Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.49 KB

ListServicesReply.md

File metadata and controls

134 lines (73 loc) · 3.49 KB

ListServicesReply

Properties

Name Type Description Notes
Services Pointer to []ServiceListItem [optional]
Limit Pointer to int64 [optional]
Offset Pointer to int64 [optional]
Count Pointer to int64 [optional]

Methods

NewListServicesReply

func NewListServicesReply() *ListServicesReply

NewListServicesReply instantiates a new ListServicesReply 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

NewListServicesReplyWithDefaults

func NewListServicesReplyWithDefaults() *ListServicesReply

NewListServicesReplyWithDefaults instantiates a new ListServicesReply 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

GetServices

func (o *ListServicesReply) GetServices() []ServiceListItem

GetServices returns the Services field if non-nil, zero value otherwise.

GetServicesOk

func (o *ListServicesReply) GetServicesOk() (*[]ServiceListItem, bool)

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

SetServices

func (o *ListServicesReply) SetServices(v []ServiceListItem)

SetServices sets Services field to given value.

HasServices

func (o *ListServicesReply) HasServices() bool

HasServices returns a boolean if a field has been set.

GetLimit

func (o *ListServicesReply) GetLimit() int64

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

GetLimitOk

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

SetLimit sets Limit field to given value.

HasLimit

func (o *ListServicesReply) HasLimit() bool

HasLimit returns a boolean if a field has been set.

GetOffset

func (o *ListServicesReply) GetOffset() int64

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

GetOffsetOk

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

SetOffset sets Offset field to given value.

HasOffset

func (o *ListServicesReply) HasOffset() bool

HasOffset returns a boolean if a field has been set.

GetCount

func (o *ListServicesReply) GetCount() int64

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

GetCountOk

func (o *ListServicesReply) 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 *ListServicesReply) SetCount(v int64)

SetCount sets Count field to given value.

HasCount

func (o *ListServicesReply) HasCount() bool

HasCount returns a boolean if a field has been set.

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