Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.62 KB

GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts.md

File metadata and controls

82 lines (45 loc) · 3.62 KB

GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts

Properties

Name Type Description Notes
Seats Pointer to GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCountsSeats [optional]
Networks Pointer to int32 Number of networks bound to this subscription [optional]

Methods

NewGetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts

func NewGetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts() *GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts

NewGetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts instantiates a new GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts 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

NewGetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCountsWithDefaults

func NewGetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCountsWithDefaults() *GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts

NewGetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCountsWithDefaults instantiates a new GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts 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

GetSeats

func (o *GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts) GetSeats() GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCountsSeats

GetSeats returns the Seats field if non-nil, zero value otherwise.

GetSeatsOk

func (o *GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts) GetSeatsOk() (*GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCountsSeats, bool)

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

SetSeats

func (o *GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts) SetSeats(v GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCountsSeats)

SetSeats sets Seats field to given value.

HasSeats

func (o *GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts) HasSeats() bool

HasSeats returns a boolean if a field has been set.

GetNetworks

func (o *GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts) GetNetworks() int32

GetNetworks returns the Networks field if non-nil, zero value otherwise.

GetNetworksOk

func (o *GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts) GetNetworksOk() (*int32, bool)

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

SetNetworks

func (o *GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts) SetNetworks(v int32)

SetNetworks sets Networks field to given value.

HasNetworks

func (o *GetAdministeredLicensingSubscriptionSubscriptions200ResponseInnerCounts) HasNetworks() bool

HasNetworks returns a boolean if a field has been set.

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