--- id: v2024-scheduled-action-response-content-backup-options-object-options-value title: ScheduledActionResponseContentBackupOptionsObjectOptionsValue pagination_label: ScheduledActionResponseContentBackupOptionsObjectOptionsValue sidebar_label: ScheduledActionResponseContentBackupOptionsObjectOptionsValue sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'ScheduledActionResponseContentBackupOptionsObjectOptionsValue', 'V2024ScheduledActionResponseContentBackupOptionsObjectOptionsValue'] slug: /tools/sdk/go/v2024/models/scheduled-action-response-content-backup-options-object-options-value tags: ['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.