Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.74 KB

CanceledDowntimesIds.md

File metadata and controls

56 lines (31 loc) · 1.74 KB

CanceledDowntimesIds

Properties

Name Type Description Notes
CancelledIds Pointer to []int64 ID of downtimes that were canceled. [optional]

Methods

NewCanceledDowntimesIds

func NewCanceledDowntimesIds() *CanceledDowntimesIds

NewCanceledDowntimesIds instantiates a new CanceledDowntimesIds 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.

NewCanceledDowntimesIdsWithDefaults

func NewCanceledDowntimesIdsWithDefaults() *CanceledDowntimesIds

NewCanceledDowntimesIdsWithDefaults instantiates a new CanceledDowntimesIds 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.

GetCancelledIds

func (o *CanceledDowntimesIds) GetCancelledIds() []int64

GetCancelledIds returns the CancelledIds field if non-nil, zero value otherwise.

GetCancelledIdsOk

func (o *CanceledDowntimesIds) GetCancelledIdsOk() (*[]int64, bool)

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

SetCancelledIds

func (o *CanceledDowntimesIds) SetCancelledIds(v []int64)

SetCancelledIds sets CancelledIds field to given value.

HasCancelledIds

func (o *CanceledDowntimesIds) HasCancelledIds() bool

HasCancelledIds returns a boolean if a field has been set.

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