Name | Type | Description | Notes |
---|---|---|---|
Qos | Pointer to []V0039Qos | [optional] |
func NewDbv0039UpdateQos() *Dbv0039UpdateQos
NewDbv0039UpdateQos instantiates a new Dbv0039UpdateQos 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 NewDbv0039UpdateQosWithDefaults() *Dbv0039UpdateQos
NewDbv0039UpdateQosWithDefaults instantiates a new Dbv0039UpdateQos 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 *Dbv0039UpdateQos) GetQos() []V0039Qos
GetQos returns the Qos field if non-nil, zero value otherwise.
func (o *Dbv0039UpdateQos) GetQosOk() (*[]V0039Qos, bool)
GetQosOk returns a tuple with the Qos field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039UpdateQos) SetQos(v []V0039Qos)
SetQos sets Qos field to given value.
func (o *Dbv0039UpdateQos) HasQos() bool
HasQos returns a boolean if a field has been set.