Name | Type | Description | Notes |
---|---|---|---|
PowerOnHours | Pointer to Attribute | [optional] | |
ReallocatedSectorCt | Pointer to Attribute | [optional] |
func NewAttributes() *Attributes
NewAttributes instantiates a new Attributes 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 NewAttributesWithDefaults() *Attributes
NewAttributesWithDefaults instantiates a new Attributes 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 *Attributes) GetPowerOnHours() Attribute
GetPowerOnHours returns the PowerOnHours field if non-nil, zero value otherwise.
func (o *Attributes) GetPowerOnHoursOk() (*Attribute, bool)
GetPowerOnHoursOk returns a tuple with the PowerOnHours field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Attributes) SetPowerOnHours(v Attribute)
SetPowerOnHours sets PowerOnHours field to given value.
func (o *Attributes) HasPowerOnHours() bool
HasPowerOnHours returns a boolean if a field has been set.
func (o *Attributes) GetReallocatedSectorCt() Attribute
GetReallocatedSectorCt returns the ReallocatedSectorCt field if non-nil, zero value otherwise.
func (o *Attributes) GetReallocatedSectorCtOk() (*Attribute, bool)
GetReallocatedSectorCtOk returns a tuple with the ReallocatedSectorCt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Attributes) SetReallocatedSectorCt(v Attribute)
SetReallocatedSectorCt sets ReallocatedSectorCt field to given value.
func (o *Attributes) HasReallocatedSectorCt() bool
HasReallocatedSectorCt returns a boolean if a field has been set.