| Name | Type | Description | Notes |
|---|---|---|---|
| CanCreateInstance | Pointer to bool | [optional] | |
| Credit | Pointer to float32 | [optional] | |
| Threshold | Pointer to float32 | [optional] |
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
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
func (o *GetCreditAndThresholdInfo) GetCanCreateInstance() bool
GetCanCreateInstance returns the CanCreateInstance field if non-nil, zero value otherwise.
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.
func (o *GetCreditAndThresholdInfo) SetCanCreateInstance(v bool)
SetCanCreateInstance sets CanCreateInstance field to given value.
func (o *GetCreditAndThresholdInfo) HasCanCreateInstance() bool
HasCanCreateInstance returns a boolean if a field has been set.
func (o *GetCreditAndThresholdInfo) GetCredit() float32
GetCredit returns the Credit field if non-nil, zero value otherwise.
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.
func (o *GetCreditAndThresholdInfo) SetCredit(v float32)
SetCredit sets Credit field to given value.
func (o *GetCreditAndThresholdInfo) HasCredit() bool
HasCredit returns a boolean if a field has been set.
func (o *GetCreditAndThresholdInfo) GetThreshold() float32
GetThreshold returns the Threshold field if non-nil, zero value otherwise.
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.
func (o *GetCreditAndThresholdInfo) SetThreshold(v float32)
SetThreshold sets Threshold field to given value.
func (o *GetCreditAndThresholdInfo) HasThreshold() bool
HasThreshold returns a boolean if a field has been set.