Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.49 KB

VppAdminAccount.md

File metadata and controls

212 lines (115 loc) · 5.49 KB

VppAdminAccount

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Name Pointer to string [optional]
LicenseCount Pointer to int32 [optional]
UsedLicenseCount Pointer to int32 [optional]
Location Pointer to string [optional]
ExpirationDate Pointer to string [optional]
Site Pointer to Site [optional]

Methods

NewVppAdminAccount

func NewVppAdminAccount() *VppAdminAccount

NewVppAdminAccount instantiates a new VppAdminAccount 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

NewVppAdminAccountWithDefaults

func NewVppAdminAccountWithDefaults() *VppAdminAccount

NewVppAdminAccountWithDefaults instantiates a new VppAdminAccount 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

GetId

func (o *VppAdminAccount) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *VppAdminAccount) GetIdOk() (*int32, bool)

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

SetId

func (o *VppAdminAccount) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *VppAdminAccount) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *VppAdminAccount) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *VppAdminAccount) GetNameOk() (*string, bool)

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

SetName

func (o *VppAdminAccount) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *VppAdminAccount) HasName() bool

HasName returns a boolean if a field has been set.

GetLicenseCount

func (o *VppAdminAccount) GetLicenseCount() int32

GetLicenseCount returns the LicenseCount field if non-nil, zero value otherwise.

GetLicenseCountOk

func (o *VppAdminAccount) GetLicenseCountOk() (*int32, bool)

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

SetLicenseCount

func (o *VppAdminAccount) SetLicenseCount(v int32)

SetLicenseCount sets LicenseCount field to given value.

HasLicenseCount

func (o *VppAdminAccount) HasLicenseCount() bool

HasLicenseCount returns a boolean if a field has been set.

GetUsedLicenseCount

func (o *VppAdminAccount) GetUsedLicenseCount() int32

GetUsedLicenseCount returns the UsedLicenseCount field if non-nil, zero value otherwise.

GetUsedLicenseCountOk

func (o *VppAdminAccount) GetUsedLicenseCountOk() (*int32, bool)

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

SetUsedLicenseCount

func (o *VppAdminAccount) SetUsedLicenseCount(v int32)

SetUsedLicenseCount sets UsedLicenseCount field to given value.

HasUsedLicenseCount

func (o *VppAdminAccount) HasUsedLicenseCount() bool

HasUsedLicenseCount returns a boolean if a field has been set.

GetLocation

func (o *VppAdminAccount) GetLocation() string

GetLocation returns the Location field if non-nil, zero value otherwise.

GetLocationOk

func (o *VppAdminAccount) GetLocationOk() (*string, bool)

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

SetLocation

func (o *VppAdminAccount) SetLocation(v string)

SetLocation sets Location field to given value.

HasLocation

func (o *VppAdminAccount) HasLocation() bool

HasLocation returns a boolean if a field has been set.

GetExpirationDate

func (o *VppAdminAccount) GetExpirationDate() string

GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.

GetExpirationDateOk

func (o *VppAdminAccount) GetExpirationDateOk() (*string, bool)

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

SetExpirationDate

func (o *VppAdminAccount) SetExpirationDate(v string)

SetExpirationDate sets ExpirationDate field to given value.

HasExpirationDate

func (o *VppAdminAccount) HasExpirationDate() bool

HasExpirationDate returns a boolean if a field has been set.

GetSite

func (o *VppAdminAccount) GetSite() Site

GetSite returns the Site field if non-nil, zero value otherwise.

GetSiteOk

func (o *VppAdminAccount) GetSiteOk() (*Site, bool)

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

SetSite

func (o *VppAdminAccount) SetSite(v Site)

SetSite sets Site field to given value.

HasSite

func (o *VppAdminAccount) HasSite() bool

HasSite returns a boolean if a field has been set.

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