Name | Type | Description | Notes |
---|---|---|---|
Days | []string | List of days for a given range of time. | |
EndTime | string | Ending time for the blackout in 24-hour format. | |
StartTime | string | Starting time for the blackout in 24-hour format. |
func NewViewStorageAcceleratorBlackoutTimeSettingsCreateSpec(days []string, endTime string, startTime string, ) *ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec
NewViewStorageAcceleratorBlackoutTimeSettingsCreateSpec instantiates a new ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec 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 NewViewStorageAcceleratorBlackoutTimeSettingsCreateSpecWithDefaults() *ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec
NewViewStorageAcceleratorBlackoutTimeSettingsCreateSpecWithDefaults instantiates a new ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec 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 *ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec) GetDays() []string
GetDays returns the Days field if non-nil, zero value otherwise.
func (o *ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec) GetDaysOk() (*[]string, bool)
GetDaysOk returns a tuple with the Days field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec) SetDays(v []string)
SetDays sets Days field to given value.
func (o *ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec) GetEndTime() string
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec) SetEndTime(v string)
SetEndTime sets EndTime field to given value.
func (o *ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec) GetStartTime() string
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewStorageAcceleratorBlackoutTimeSettingsCreateSpec) SetStartTime(v string)
SetStartTime sets StartTime field to given value.