Name | Type | Description | Notes |
---|---|---|---|
Audit | Pointer to Audit | [optional] | |
Availability | Pointer to Availability | [optional] | |
Percent | Pointer to float32 | [optional] |
func NewAvailabilityDetail() *AvailabilityDetail
NewAvailabilityDetail instantiates a new AvailabilityDetail 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 NewAvailabilityDetailWithDefaults() *AvailabilityDetail
NewAvailabilityDetailWithDefaults instantiates a new AvailabilityDetail 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 *AvailabilityDetail) GetAudit() Audit
GetAudit returns the Audit field if non-nil, zero value otherwise.
func (o *AvailabilityDetail) GetAuditOk() (*Audit, bool)
GetAuditOk returns a tuple with the Audit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailabilityDetail) SetAudit(v Audit)
SetAudit sets Audit field to given value.
func (o *AvailabilityDetail) HasAudit() bool
HasAudit returns a boolean if a field has been set.
func (o *AvailabilityDetail) GetAvailability() Availability
GetAvailability returns the Availability field if non-nil, zero value otherwise.
func (o *AvailabilityDetail) GetAvailabilityOk() (*Availability, bool)
GetAvailabilityOk returns a tuple with the Availability field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailabilityDetail) SetAvailability(v Availability)
SetAvailability sets Availability field to given value.
func (o *AvailabilityDetail) HasAvailability() bool
HasAvailability returns a boolean if a field has been set.
func (o *AvailabilityDetail) GetPercent() float32
GetPercent returns the Percent field if non-nil, zero value otherwise.
func (o *AvailabilityDetail) GetPercentOk() (*float32, bool)
GetPercentOk returns a tuple with the Percent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailabilityDetail) SetPercent(v float32)
SetPercent sets Percent field to given value.
func (o *AvailabilityDetail) HasPercent() bool
HasPercent returns a boolean if a field has been set.