Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.69 KB

ModelUpdateScheduledTaskRequest.md

File metadata and controls

51 lines (28 loc) · 1.69 KB

ModelUpdateScheduledTaskRequest

Properties

Name Type Description Notes
IsEnabled bool

Methods

NewModelUpdateScheduledTaskRequest

func NewModelUpdateScheduledTaskRequest(isEnabled bool, ) *ModelUpdateScheduledTaskRequest

NewModelUpdateScheduledTaskRequest instantiates a new ModelUpdateScheduledTaskRequest 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

NewModelUpdateScheduledTaskRequestWithDefaults

func NewModelUpdateScheduledTaskRequestWithDefaults() *ModelUpdateScheduledTaskRequest

NewModelUpdateScheduledTaskRequestWithDefaults instantiates a new ModelUpdateScheduledTaskRequest 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

GetIsEnabled

func (o *ModelUpdateScheduledTaskRequest) GetIsEnabled() bool

GetIsEnabled returns the IsEnabled field if non-nil, zero value otherwise.

GetIsEnabledOk

func (o *ModelUpdateScheduledTaskRequest) GetIsEnabledOk() (*bool, bool)

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

SetIsEnabled

func (o *ModelUpdateScheduledTaskRequest) SetIsEnabled(v bool)

SetIsEnabled sets IsEnabled field to given value.

[Back to Model list] [Back to API list] [Back to README]