Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.61 KB

UpdateTargetOutput.md

File metadata and controls

56 lines (31 loc) · 1.61 KB

UpdateTargetOutput

Properties

Name Type Description Notes
Updated Pointer to bool [optional]

Methods

NewUpdateTargetOutput

func NewUpdateTargetOutput() *UpdateTargetOutput

NewUpdateTargetOutput instantiates a new UpdateTargetOutput 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

NewUpdateTargetOutputWithDefaults

func NewUpdateTargetOutputWithDefaults() *UpdateTargetOutput

NewUpdateTargetOutputWithDefaults instantiates a new UpdateTargetOutput 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

GetUpdated

func (o *UpdateTargetOutput) GetUpdated() bool

GetUpdated returns the Updated field if non-nil, zero value otherwise.

GetUpdatedOk

func (o *UpdateTargetOutput) GetUpdatedOk() (*bool, bool)

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

SetUpdated

func (o *UpdateTargetOutput) SetUpdated(v bool)

SetUpdated sets Updated field to given value.

HasUpdated

func (o *UpdateTargetOutput) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

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