Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/ScheduleMonths.md
2025-03-31 14:49:46 -04:00

2.8 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-schedule-months ScheduleMonths ScheduleMonths ScheduleMonths gosdk
go
Golang
sdk
ScheduleMonths
BetaScheduleMonths
/tools/sdk/go/beta/models/schedule-months
SDK
Software Development Kit
ScheduleMonths
BetaScheduleMonths

ScheduleMonths

Properties

Name Type Description Notes
Type string Enum type to specify months value
Values []string Values of the months based on the enum type mentioned above
Interval Pointer to int64 Interval between the cert generations [optional]

Methods

NewScheduleMonths

func NewScheduleMonths(type_ string, values []string, ) *ScheduleMonths

NewScheduleMonths instantiates a new ScheduleMonths object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewScheduleMonthsWithDefaults

func NewScheduleMonthsWithDefaults() *ScheduleMonths

NewScheduleMonthsWithDefaults instantiates a new ScheduleMonths object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetType

func (o *ScheduleMonths) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ScheduleMonths) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ScheduleMonths) SetType(v string)

SetType sets Type field to given value.

GetValues

func (o *ScheduleMonths) GetValues() []string

GetValues returns the Values field if non-nil, zero value otherwise.

GetValuesOk

func (o *ScheduleMonths) GetValuesOk() (*[]string, bool)

GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValues

func (o *ScheduleMonths) SetValues(v []string)

SetValues sets Values field to given value.

GetInterval

func (o *ScheduleMonths) GetInterval() int64

GetInterval returns the Interval field if non-nil, zero value otherwise.

GetIntervalOk

func (o *ScheduleMonths) GetIntervalOk() (*int64, bool)

GetIntervalOk returns a tuple with the Interval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInterval

func (o *ScheduleMonths) SetInterval(v int64)

SetInterval sets Interval field to given value.

HasInterval

func (o *ScheduleMonths) HasInterval() bool

HasInterval returns a boolean if a field has been set.