| 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] |
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
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
func (o *NewModelResponse) GetAvailable() string
GetAvailable returns the Available field if non-nil, zero value otherwise.
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.
func (o *NewModelResponse) SetAvailable(v string)
SetAvailable sets Available field to given value.
func (o *NewModelResponse) HasAvailable() bool
HasAvailable returns a boolean if a field has been set.
func (o *NewModelResponse) GetConfigurations() NewConfigurationsResponse
GetConfigurations returns the Configurations field if non-nil, zero value otherwise.
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.
func (o *NewModelResponse) SetConfigurations(v NewConfigurationsResponse)
SetConfigurations sets Configurations field to given value.
func (o *NewModelResponse) HasConfigurations() bool
HasConfigurations returns a boolean if a field has been set.
func (o *NewModelResponse) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
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.
func (o *NewModelResponse) SetModel(v string)
SetModel sets Model field to given value.
func (o *NewModelResponse) HasModel() bool
HasModel returns a boolean if a field has been set.
func (o *NewModelResponse) GetPlanned100Days() string
GetPlanned100Days returns the Planned100Days field if non-nil, zero value otherwise.
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.
func (o *NewModelResponse) SetPlanned100Days(v string)
SetPlanned100Days sets Planned100Days field to given value.
func (o *NewModelResponse) HasPlanned100Days() bool
HasPlanned100Days returns a boolean if a field has been set.
func (o *NewModelResponse) GetPlanned30Days() string
GetPlanned30Days returns the Planned30Days field if non-nil, zero value otherwise.
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.
func (o *NewModelResponse) SetPlanned30Days(v string)
SetPlanned30Days sets Planned30Days field to given value.
func (o *NewModelResponse) HasPlanned30Days() bool
HasPlanned30Days returns a boolean if a field has been set.
func (o *NewModelResponse) GetPlanned7Days() string
GetPlanned7Days returns the Planned7Days field if non-nil, zero value otherwise.
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.
func (o *NewModelResponse) SetPlanned7Days(v string)
SetPlanned7Days sets Planned7Days field to given value.
func (o *NewModelResponse) HasPlanned7Days() bool
HasPlanned7Days returns a boolean if a field has been set.