Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.84 KB

JumpcloudGoogleEmmListEnterprisesResponse.md

File metadata and controls

82 lines (45 loc) · 2.84 KB

JumpcloudGoogleEmmListEnterprisesResponse

Properties

Name Type Description Notes
Count Pointer to int64 [optional]
Enterprises Pointer to []JumpcloudGoogleEmmEnterprise [optional]

Methods

NewJumpcloudGoogleEmmListEnterprisesResponse

func NewJumpcloudGoogleEmmListEnterprisesResponse() *JumpcloudGoogleEmmListEnterprisesResponse

NewJumpcloudGoogleEmmListEnterprisesResponse instantiates a new JumpcloudGoogleEmmListEnterprisesResponse 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

NewJumpcloudGoogleEmmListEnterprisesResponseWithDefaults

func NewJumpcloudGoogleEmmListEnterprisesResponseWithDefaults() *JumpcloudGoogleEmmListEnterprisesResponse

NewJumpcloudGoogleEmmListEnterprisesResponseWithDefaults instantiates a new JumpcloudGoogleEmmListEnterprisesResponse 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

GetCount

func (o *JumpcloudGoogleEmmListEnterprisesResponse) GetCount() int64

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

GetCountOk

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

SetCount sets Count field to given value.

HasCount

func (o *JumpcloudGoogleEmmListEnterprisesResponse) HasCount() bool

HasCount returns a boolean if a field has been set.

GetEnterprises

func (o *JumpcloudGoogleEmmListEnterprisesResponse) GetEnterprises() []JumpcloudGoogleEmmEnterprise

GetEnterprises returns the Enterprises field if non-nil, zero value otherwise.

GetEnterprisesOk

func (o *JumpcloudGoogleEmmListEnterprisesResponse) GetEnterprisesOk() (*[]JumpcloudGoogleEmmEnterprise, bool)

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

SetEnterprises

func (o *JumpcloudGoogleEmmListEnterprisesResponse) SetEnterprises(v []JumpcloudGoogleEmmEnterprise)

SetEnterprises sets Enterprises field to given value.

HasEnterprises

func (o *JumpcloudGoogleEmmListEnterprisesResponse) HasEnterprises() bool

HasEnterprises returns a boolean if a field has been set.

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