Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.63 KB

ListDeploymentsReply.md

File metadata and controls

134 lines (73 loc) · 3.63 KB

ListDeploymentsReply

Properties

Name Type Description Notes
Deployments Pointer to []DeploymentListItem [optional]
Limit Pointer to int64 [optional]
Offset Pointer to int64 [optional]
Count Pointer to int64 [optional]

Methods

NewListDeploymentsReply

func NewListDeploymentsReply() *ListDeploymentsReply

NewListDeploymentsReply instantiates a new ListDeploymentsReply 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

NewListDeploymentsReplyWithDefaults

func NewListDeploymentsReplyWithDefaults() *ListDeploymentsReply

NewListDeploymentsReplyWithDefaults instantiates a new ListDeploymentsReply 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

GetDeployments

func (o *ListDeploymentsReply) GetDeployments() []DeploymentListItem

GetDeployments returns the Deployments field if non-nil, zero value otherwise.

GetDeploymentsOk

func (o *ListDeploymentsReply) GetDeploymentsOk() (*[]DeploymentListItem, bool)

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

SetDeployments

func (o *ListDeploymentsReply) SetDeployments(v []DeploymentListItem)

SetDeployments sets Deployments field to given value.

HasDeployments

func (o *ListDeploymentsReply) HasDeployments() bool

HasDeployments returns a boolean if a field has been set.

GetLimit

func (o *ListDeploymentsReply) GetLimit() int64

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

GetLimitOk

func (o *ListDeploymentsReply) 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 *ListDeploymentsReply) SetLimit(v int64)

SetLimit sets Limit field to given value.

HasLimit

func (o *ListDeploymentsReply) HasLimit() bool

HasLimit returns a boolean if a field has been set.

GetOffset

func (o *ListDeploymentsReply) GetOffset() int64

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

GetOffsetOk

func (o *ListDeploymentsReply) 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 *ListDeploymentsReply) SetOffset(v int64)

SetOffset sets Offset field to given value.

HasOffset

func (o *ListDeploymentsReply) HasOffset() bool

HasOffset returns a boolean if a field has been set.

GetCount

func (o *ListDeploymentsReply) GetCount() int64

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *ListDeploymentsReply) GetCountOk() (*int64, bool)

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

SetCount

func (o *ListDeploymentsReply) SetCount(v int64)

SetCount sets Count field to given value.

HasCount

func (o *ListDeploymentsReply) HasCount() bool

HasCount returns a boolean if a field has been set.

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