Skip to main content

ScheduledActionResponseContentBackupOptionsObjectOptionsValue

Properties

NameTypeDescriptionNotes
IncludedNamesPointer to []stringSet 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.