Skip to content

Latest commit

 

History

History
219 lines (116 loc) · 6.08 KB

File metadata and controls

219 lines (116 loc) · 6.08 KB

UpdateAccount200Response

Properties

Name Type Description Notes
Created string
Id string
PremiumData float32
Quota float32
ReferralCount float32
ReferralRenewalCountdown float32
Role string
Updated string
WarpPlus bool

Methods

NewUpdateAccount200Response

func NewUpdateAccount200Response(created string, id string, premiumData float32, quota float32, referralCount float32, referralRenewalCountdown float32, role string, updated string, warpPlus bool, ) *UpdateAccount200Response

NewUpdateAccount200Response instantiates a new UpdateAccount200Response 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

NewUpdateAccount200ResponseWithDefaults

func NewUpdateAccount200ResponseWithDefaults() *UpdateAccount200Response

NewUpdateAccount200ResponseWithDefaults instantiates a new UpdateAccount200Response 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

GetCreated

func (o *UpdateAccount200Response) GetCreated() string

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *UpdateAccount200Response) GetCreatedOk() (*string, bool)

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

SetCreated

func (o *UpdateAccount200Response) SetCreated(v string)

SetCreated sets Created field to given value.

GetId

func (o *UpdateAccount200Response) GetId() string

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

GetIdOk

func (o *UpdateAccount200Response) GetIdOk() (*string, 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 *UpdateAccount200Response) SetId(v string)

SetId sets Id field to given value.

GetPremiumData

func (o *UpdateAccount200Response) GetPremiumData() float32

GetPremiumData returns the PremiumData field if non-nil, zero value otherwise.

GetPremiumDataOk

func (o *UpdateAccount200Response) GetPremiumDataOk() (*float32, bool)

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

SetPremiumData

func (o *UpdateAccount200Response) SetPremiumData(v float32)

SetPremiumData sets PremiumData field to given value.

GetQuota

func (o *UpdateAccount200Response) GetQuota() float32

GetQuota returns the Quota field if non-nil, zero value otherwise.

GetQuotaOk

func (o *UpdateAccount200Response) GetQuotaOk() (*float32, bool)

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

SetQuota

func (o *UpdateAccount200Response) SetQuota(v float32)

SetQuota sets Quota field to given value.

GetReferralCount

func (o *UpdateAccount200Response) GetReferralCount() float32

GetReferralCount returns the ReferralCount field if non-nil, zero value otherwise.

GetReferralCountOk

func (o *UpdateAccount200Response) GetReferralCountOk() (*float32, bool)

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

SetReferralCount

func (o *UpdateAccount200Response) SetReferralCount(v float32)

SetReferralCount sets ReferralCount field to given value.

GetReferralRenewalCountdown

func (o *UpdateAccount200Response) GetReferralRenewalCountdown() float32

GetReferralRenewalCountdown returns the ReferralRenewalCountdown field if non-nil, zero value otherwise.

GetReferralRenewalCountdownOk

func (o *UpdateAccount200Response) GetReferralRenewalCountdownOk() (*float32, bool)

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

SetReferralRenewalCountdown

func (o *UpdateAccount200Response) SetReferralRenewalCountdown(v float32)

SetReferralRenewalCountdown sets ReferralRenewalCountdown field to given value.

GetRole

func (o *UpdateAccount200Response) GetRole() string

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

func (o *UpdateAccount200Response) GetRoleOk() (*string, bool)

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

SetRole

func (o *UpdateAccount200Response) SetRole(v string)

SetRole sets Role field to given value.

GetUpdated

func (o *UpdateAccount200Response) GetUpdated() string

GetUpdated returns the Updated field if non-nil, zero value otherwise.

GetUpdatedOk

func (o *UpdateAccount200Response) GetUpdatedOk() (*string, bool)

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

SetUpdated

func (o *UpdateAccount200Response) SetUpdated(v string)

SetUpdated sets Updated field to given value.

GetWarpPlus

func (o *UpdateAccount200Response) GetWarpPlus() bool

GetWarpPlus returns the WarpPlus field if non-nil, zero value otherwise.

GetWarpPlusOk

func (o *UpdateAccount200Response) GetWarpPlusOk() (*bool, bool)

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

SetWarpPlus

func (o *UpdateAccount200Response) SetWarpPlus(v bool)

SetWarpPlus sets WarpPlus field to given value.

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