Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2024/Models/ScheduledActionResponseContentBackupOptionsObjectOptionsValue.md
2025-04-02 17:07:25 -04:00

3.0 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
v2024-scheduled-action-response-content-backup-options-object-options-value ScheduledActionResponseContentBackupOptionsObjectOptionsValue ScheduledActionResponseContentBackupOptionsObjectOptionsValue ScheduledActionResponseContentBackupOptionsObjectOptionsValue gosdk
go
Golang
sdk
ScheduledActionResponseContentBackupOptionsObjectOptionsValue
V2024ScheduledActionResponseContentBackupOptionsObjectOptionsValue
/tools/sdk/go/v2024/models/scheduled-action-response-content-backup-options-object-options-value
SDK
Software Development Kit
ScheduledActionResponseContentBackupOptionsObjectOptionsValue
V2024ScheduledActionResponseContentBackupOptionsObjectOptionsValue

ScheduledActionResponseContentBackupOptionsObjectOptionsValue

Properties

Name Type Description Notes
IncludedNames Pointer to []string Set of names to be included. [optional]

Methods

NewScheduledActionResponseContentBackupOptionsObjectOptionsValue

func NewScheduledActionResponseContentBackupOptionsObjectOptionsValue() *ScheduledActionResponseContentBackupOptionsObjectOptionsValue

NewScheduledActionResponseContentBackupOptionsObjectOptionsValue instantiates a new ScheduledActionResponseContentBackupOptionsObjectOptionsValue 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

NewScheduledActionResponseContentBackupOptionsObjectOptionsValueWithDefaults

func NewScheduledActionResponseContentBackupOptionsObjectOptionsValueWithDefaults() *ScheduledActionResponseContentBackupOptionsObjectOptionsValue

NewScheduledActionResponseContentBackupOptionsObjectOptionsValueWithDefaults instantiates a new ScheduledActionResponseContentBackupOptionsObjectOptionsValue 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

GetIncludedNames

func (o *ScheduledActionResponseContentBackupOptionsObjectOptionsValue) GetIncludedNames() []string

GetIncludedNames returns the IncludedNames field if non-nil, zero value otherwise.

GetIncludedNamesOk

func (o *ScheduledActionResponseContentBackupOptionsObjectOptionsValue) GetIncludedNamesOk() (*[]string, bool)

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

SetIncludedNames

func (o *ScheduledActionResponseContentBackupOptionsObjectOptionsValue) SetIncludedNames(v []string)

SetIncludedNames sets IncludedNames field to given value.

HasIncludedNames

func (o *ScheduledActionResponseContentBackupOptionsObjectOptionsValue) HasIncludedNames() bool

HasIncludedNames returns a boolean if a field has been set.