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

3.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
v2024-scheduled-action-payload-content-backup-options ScheduledActionPayloadContentBackupOptions ScheduledActionPayloadContentBackupOptions ScheduledActionPayloadContentBackupOptions gosdk
go
Golang
sdk
ScheduledActionPayloadContentBackupOptions
V2024ScheduledActionPayloadContentBackupOptions
/tools/sdk/go/v2024/models/scheduled-action-payload-content-backup-options
SDK
Software Development Kit
ScheduledActionPayloadContentBackupOptions
V2024ScheduledActionPayloadContentBackupOptions

ScheduledActionPayloadContentBackupOptions

Properties

Name Type Description Notes
IncludeTypes Pointer to []string Object types that are to be included in the backup. [optional]
ObjectOptions Pointer to map[string]ScheduledActionResponseContentBackupOptionsObjectOptionsValue Map of objectType string to the options to be passed to the target service for that objectType. [optional]

Methods

NewScheduledActionPayloadContentBackupOptions

func NewScheduledActionPayloadContentBackupOptions() *ScheduledActionPayloadContentBackupOptions

NewScheduledActionPayloadContentBackupOptions instantiates a new ScheduledActionPayloadContentBackupOptions 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

NewScheduledActionPayloadContentBackupOptionsWithDefaults

func NewScheduledActionPayloadContentBackupOptionsWithDefaults() *ScheduledActionPayloadContentBackupOptions

NewScheduledActionPayloadContentBackupOptionsWithDefaults instantiates a new ScheduledActionPayloadContentBackupOptions 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

GetIncludeTypes

func (o *ScheduledActionPayloadContentBackupOptions) GetIncludeTypes() []string

GetIncludeTypes returns the IncludeTypes field if non-nil, zero value otherwise.

GetIncludeTypesOk

func (o *ScheduledActionPayloadContentBackupOptions) GetIncludeTypesOk() (*[]string, bool)

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

SetIncludeTypes

func (o *ScheduledActionPayloadContentBackupOptions) SetIncludeTypes(v []string)

SetIncludeTypes sets IncludeTypes field to given value.

HasIncludeTypes

func (o *ScheduledActionPayloadContentBackupOptions) HasIncludeTypes() bool

HasIncludeTypes returns a boolean if a field has been set.

GetObjectOptions

func (o *ScheduledActionPayloadContentBackupOptions) GetObjectOptions() map[string]ScheduledActionResponseContentBackupOptionsObjectOptionsValue

GetObjectOptions returns the ObjectOptions field if non-nil, zero value otherwise.

GetObjectOptionsOk

func (o *ScheduledActionPayloadContentBackupOptions) GetObjectOptionsOk() (*map[string]ScheduledActionResponseContentBackupOptionsObjectOptionsValue, bool)

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

SetObjectOptions

func (o *ScheduledActionPayloadContentBackupOptions) SetObjectOptions(v map[string]ScheduledActionResponseContentBackupOptionsObjectOptionsValue)

SetObjectOptions sets ObjectOptions field to given value.

HasObjectOptions

func (o *ScheduledActionPayloadContentBackupOptions) HasObjectOptions() bool

HasObjectOptions returns a boolean if a field has been set.