Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.93 KB

ListRegionalDeploymentEventsReply.md

File metadata and controls

134 lines (73 loc) · 3.93 KB

ListRegionalDeploymentEventsReply

Properties

Name Type Description Notes
Events Pointer to []RegionalDeploymentEvent [optional]
Limit Pointer to int64 [optional]
Offset Pointer to int64 [optional]
Order Pointer to string [optional]

Methods

NewListRegionalDeploymentEventsReply

func NewListRegionalDeploymentEventsReply() *ListRegionalDeploymentEventsReply

NewListRegionalDeploymentEventsReply instantiates a new ListRegionalDeploymentEventsReply 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

NewListRegionalDeploymentEventsReplyWithDefaults

func NewListRegionalDeploymentEventsReplyWithDefaults() *ListRegionalDeploymentEventsReply

NewListRegionalDeploymentEventsReplyWithDefaults instantiates a new ListRegionalDeploymentEventsReply 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

GetEvents

func (o *ListRegionalDeploymentEventsReply) GetEvents() []RegionalDeploymentEvent

GetEvents returns the Events field if non-nil, zero value otherwise.

GetEventsOk

func (o *ListRegionalDeploymentEventsReply) GetEventsOk() (*[]RegionalDeploymentEvent, bool)

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

SetEvents

func (o *ListRegionalDeploymentEventsReply) SetEvents(v []RegionalDeploymentEvent)

SetEvents sets Events field to given value.

HasEvents

func (o *ListRegionalDeploymentEventsReply) HasEvents() bool

HasEvents returns a boolean if a field has been set.

GetLimit

func (o *ListRegionalDeploymentEventsReply) GetLimit() int64

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

func (o *ListRegionalDeploymentEventsReply) GetLimitOk() (*int64, bool)

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

SetLimit

func (o *ListRegionalDeploymentEventsReply) SetLimit(v int64)

SetLimit sets Limit field to given value.

HasLimit

func (o *ListRegionalDeploymentEventsReply) HasLimit() bool

HasLimit returns a boolean if a field has been set.

GetOffset

func (o *ListRegionalDeploymentEventsReply) GetOffset() int64

GetOffset returns the Offset field if non-nil, zero value otherwise.

GetOffsetOk

func (o *ListRegionalDeploymentEventsReply) GetOffsetOk() (*int64, bool)

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

SetOffset

func (o *ListRegionalDeploymentEventsReply) SetOffset(v int64)

SetOffset sets Offset field to given value.

HasOffset

func (o *ListRegionalDeploymentEventsReply) HasOffset() bool

HasOffset returns a boolean if a field has been set.

GetOrder

func (o *ListRegionalDeploymentEventsReply) GetOrder() string

GetOrder returns the Order field if non-nil, zero value otherwise.

GetOrderOk

func (o *ListRegionalDeploymentEventsReply) GetOrderOk() (*string, bool)

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

SetOrder

func (o *ListRegionalDeploymentEventsReply) SetOrder(v string)

SetOrder sets Order field to given value.

HasOrder

func (o *ListRegionalDeploymentEventsReply) HasOrder() bool

HasOrder returns a boolean if a field has been set.

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