Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.23 KB

File metadata and controls

186 lines (101 loc) · 5.23 KB

NewModelResponse

Properties

Name Type Description Notes
Available Pointer to string [optional]
Configurations Pointer to NewConfigurationsResponse [optional]
Model Pointer to string [optional]
Planned100Days Pointer to string [optional]
Planned30Days Pointer to string [optional]
Planned7Days Pointer to string [optional]

Methods

NewNewModelResponse

func NewNewModelResponse() *NewModelResponse

NewNewModelResponse instantiates a new NewModelResponse 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

NewNewModelResponseWithDefaults

func NewNewModelResponseWithDefaults() *NewModelResponse

NewNewModelResponseWithDefaults instantiates a new NewModelResponse 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

GetAvailable

func (o *NewModelResponse) GetAvailable() string

GetAvailable returns the Available field if non-nil, zero value otherwise.

GetAvailableOk

func (o *NewModelResponse) GetAvailableOk() (*string, bool)

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

SetAvailable

func (o *NewModelResponse) SetAvailable(v string)

SetAvailable sets Available field to given value.

HasAvailable

func (o *NewModelResponse) HasAvailable() bool

HasAvailable returns a boolean if a field has been set.

GetConfigurations

func (o *NewModelResponse) GetConfigurations() NewConfigurationsResponse

GetConfigurations returns the Configurations field if non-nil, zero value otherwise.

GetConfigurationsOk

func (o *NewModelResponse) GetConfigurationsOk() (*NewConfigurationsResponse, bool)

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

SetConfigurations

func (o *NewModelResponse) SetConfigurations(v NewConfigurationsResponse)

SetConfigurations sets Configurations field to given value.

HasConfigurations

func (o *NewModelResponse) HasConfigurations() bool

HasConfigurations returns a boolean if a field has been set.

GetModel

func (o *NewModelResponse) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *NewModelResponse) GetModelOk() (*string, bool)

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

SetModel

func (o *NewModelResponse) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *NewModelResponse) HasModel() bool

HasModel returns a boolean if a field has been set.

GetPlanned100Days

func (o *NewModelResponse) GetPlanned100Days() string

GetPlanned100Days returns the Planned100Days field if non-nil, zero value otherwise.

GetPlanned100DaysOk

func (o *NewModelResponse) GetPlanned100DaysOk() (*string, bool)

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

SetPlanned100Days

func (o *NewModelResponse) SetPlanned100Days(v string)

SetPlanned100Days sets Planned100Days field to given value.

HasPlanned100Days

func (o *NewModelResponse) HasPlanned100Days() bool

HasPlanned100Days returns a boolean if a field has been set.

GetPlanned30Days

func (o *NewModelResponse) GetPlanned30Days() string

GetPlanned30Days returns the Planned30Days field if non-nil, zero value otherwise.

GetPlanned30DaysOk

func (o *NewModelResponse) GetPlanned30DaysOk() (*string, bool)

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

SetPlanned30Days

func (o *NewModelResponse) SetPlanned30Days(v string)

SetPlanned30Days sets Planned30Days field to given value.

HasPlanned30Days

func (o *NewModelResponse) HasPlanned30Days() bool

HasPlanned30Days returns a boolean if a field has been set.

GetPlanned7Days

func (o *NewModelResponse) GetPlanned7Days() string

GetPlanned7Days returns the Planned7Days field if non-nil, zero value otherwise.

GetPlanned7DaysOk

func (o *NewModelResponse) GetPlanned7DaysOk() (*string, bool)

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

SetPlanned7Days

func (o *NewModelResponse) SetPlanned7Days(v string)

SetPlanned7Days sets Planned7Days field to given value.

HasPlanned7Days

func (o *NewModelResponse) HasPlanned7Days() bool

HasPlanned7Days returns a boolean if a field has been set.

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