Name | Type | Description | Notes |
---|---|---|---|
DefaultDuration | Pointer to NullableFloat32 | Maintenance message | [optional] |
DefaultHours | Pointer to NullableFloat32 | Maintenance header | [optional] |
DefaultDevices | Pointer to NullableFloat32 | Maintenance header | [optional] |
DefaultCores | Pointer to NullableFloat32 | Maintenance header | [optional] |
func NewTrial() *Trial
NewTrial instantiates a new Trial 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 NewTrialWithDefaults() *Trial
NewTrialWithDefaults instantiates a new Trial 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 *Trial) GetDefaultDuration() float32
GetDefaultDuration returns the DefaultDuration field if non-nil, zero value otherwise.
func (o *Trial) GetDefaultDurationOk() (*float32, bool)
GetDefaultDurationOk returns a tuple with the DefaultDuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Trial) SetDefaultDuration(v float32)
SetDefaultDuration sets DefaultDuration field to given value.
func (o *Trial) HasDefaultDuration() bool
HasDefaultDuration returns a boolean if a field has been set.
func (o *Trial) SetDefaultDurationNil(b bool)
SetDefaultDurationNil sets the value for DefaultDuration to be an explicit nil
func (o *Trial) UnsetDefaultDuration()
UnsetDefaultDuration ensures that no value is present for DefaultDuration, not even an explicit nil
func (o *Trial) GetDefaultHours() float32
GetDefaultHours returns the DefaultHours field if non-nil, zero value otherwise.
func (o *Trial) GetDefaultHoursOk() (*float32, bool)
GetDefaultHoursOk returns a tuple with the DefaultHours field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Trial) SetDefaultHours(v float32)
SetDefaultHours sets DefaultHours field to given value.
func (o *Trial) HasDefaultHours() bool
HasDefaultHours returns a boolean if a field has been set.
func (o *Trial) SetDefaultHoursNil(b bool)
SetDefaultHoursNil sets the value for DefaultHours to be an explicit nil
func (o *Trial) UnsetDefaultHours()
UnsetDefaultHours ensures that no value is present for DefaultHours, not even an explicit nil
func (o *Trial) GetDefaultDevices() float32
GetDefaultDevices returns the DefaultDevices field if non-nil, zero value otherwise.
func (o *Trial) GetDefaultDevicesOk() (*float32, bool)
GetDefaultDevicesOk returns a tuple with the DefaultDevices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Trial) SetDefaultDevices(v float32)
SetDefaultDevices sets DefaultDevices field to given value.
func (o *Trial) HasDefaultDevices() bool
HasDefaultDevices returns a boolean if a field has been set.
func (o *Trial) SetDefaultDevicesNil(b bool)
SetDefaultDevicesNil sets the value for DefaultDevices to be an explicit nil
func (o *Trial) UnsetDefaultDevices()
UnsetDefaultDevices ensures that no value is present for DefaultDevices, not even an explicit nil
func (o *Trial) GetDefaultCores() float32
GetDefaultCores returns the DefaultCores field if non-nil, zero value otherwise.
func (o *Trial) GetDefaultCoresOk() (*float32, bool)
GetDefaultCoresOk returns a tuple with the DefaultCores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Trial) SetDefaultCores(v float32)
SetDefaultCores sets DefaultCores field to given value.
func (o *Trial) HasDefaultCores() bool
HasDefaultCores returns a boolean if a field has been set.
func (o *Trial) SetDefaultCoresNil(b bool)
SetDefaultCoresNil sets the value for DefaultCores to be an explicit nil
func (o *Trial) UnsetDefaultCores()
UnsetDefaultCores ensures that no value is present for DefaultCores, not even an explicit nil