Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.22 KB

File metadata and controls

108 lines (59 loc) · 3.22 KB

GetCreditAndThresholdInfo

Properties

Name Type Description Notes
CanCreateInstance Pointer to bool [optional]
Credit Pointer to float32 [optional]
Threshold Pointer to float32 [optional]

Methods

NewGetCreditAndThresholdInfo

func NewGetCreditAndThresholdInfo() *GetCreditAndThresholdInfo

NewGetCreditAndThresholdInfo instantiates a new GetCreditAndThresholdInfo 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

NewGetCreditAndThresholdInfoWithDefaults

func NewGetCreditAndThresholdInfoWithDefaults() *GetCreditAndThresholdInfo

NewGetCreditAndThresholdInfoWithDefaults instantiates a new GetCreditAndThresholdInfo 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

GetCanCreateInstance

func (o *GetCreditAndThresholdInfo) GetCanCreateInstance() bool

GetCanCreateInstance returns the CanCreateInstance field if non-nil, zero value otherwise.

GetCanCreateInstanceOk

func (o *GetCreditAndThresholdInfo) GetCanCreateInstanceOk() (*bool, bool)

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

SetCanCreateInstance

func (o *GetCreditAndThresholdInfo) SetCanCreateInstance(v bool)

SetCanCreateInstance sets CanCreateInstance field to given value.

HasCanCreateInstance

func (o *GetCreditAndThresholdInfo) HasCanCreateInstance() bool

HasCanCreateInstance returns a boolean if a field has been set.

GetCredit

func (o *GetCreditAndThresholdInfo) GetCredit() float32

GetCredit returns the Credit field if non-nil, zero value otherwise.

GetCreditOk

func (o *GetCreditAndThresholdInfo) GetCreditOk() (*float32, bool)

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

SetCredit

func (o *GetCreditAndThresholdInfo) SetCredit(v float32)

SetCredit sets Credit field to given value.

HasCredit

func (o *GetCreditAndThresholdInfo) HasCredit() bool

HasCredit returns a boolean if a field has been set.

GetThreshold

func (o *GetCreditAndThresholdInfo) GetThreshold() float32

GetThreshold returns the Threshold field if non-nil, zero value otherwise.

GetThresholdOk

func (o *GetCreditAndThresholdInfo) GetThresholdOk() (*float32, bool)

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

SetThreshold

func (o *GetCreditAndThresholdInfo) SetThreshold(v float32)

SetThreshold sets Threshold field to given value.

HasThreshold

func (o *GetCreditAndThresholdInfo) HasThreshold() bool

HasThreshold returns a boolean if a field has been set.

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