Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/Schedule1Months.md
2025-03-27 14:43:04 -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-schedule1-months Schedule1Months Schedule1Months Schedule1Months gosdk
go
Golang
sdk
Schedule1Months
BetaSchedule1Months
/tools/sdk/go/beta/models/schedule1-months
SDK
Software Development Kit
Schedule1Months
BetaSchedule1Months

Schedule1Months

Properties

Name Type Description Notes
ApplicationId Pointer to string The application id [optional]
AccountMatchConfig Pointer to SelectorAccountMatchConfig [optional]

Methods

NewSchedule1Months

func NewSchedule1Months() *Schedule1Months

NewSchedule1Months instantiates a new Schedule1Months 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

NewSchedule1MonthsWithDefaults

func NewSchedule1MonthsWithDefaults() *Schedule1Months

NewSchedule1MonthsWithDefaults instantiates a new Schedule1Months 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

GetApplicationId

func (o *Schedule1Months) GetApplicationId() string

GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.

GetApplicationIdOk

func (o *Schedule1Months) GetApplicationIdOk() (*string, bool)

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

SetApplicationId

func (o *Schedule1Months) SetApplicationId(v string)

SetApplicationId sets ApplicationId field to given value.

HasApplicationId

func (o *Schedule1Months) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

GetAccountMatchConfig

func (o *Schedule1Months) GetAccountMatchConfig() SelectorAccountMatchConfig

GetAccountMatchConfig returns the AccountMatchConfig field if non-nil, zero value otherwise.

GetAccountMatchConfigOk

func (o *Schedule1Months) GetAccountMatchConfigOk() (*SelectorAccountMatchConfig, bool)

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

SetAccountMatchConfig

func (o *Schedule1Months) SetAccountMatchConfig(v SelectorAccountMatchConfig)

SetAccountMatchConfig sets AccountMatchConfig field to given value.

HasAccountMatchConfig

func (o *Schedule1Months) HasAccountMatchConfig() bool

HasAccountMatchConfig returns a boolean if a field has been set.