Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.56 KB

Dbv0039UpdateQos.md

File metadata and controls

56 lines (31 loc) · 1.56 KB

Dbv0039UpdateQos

Properties

Name Type Description Notes
Qos Pointer to []V0039Qos [optional]

Methods

NewDbv0039UpdateQos

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

NewDbv0039UpdateQosWithDefaults

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

GetQos

func (o *Dbv0039UpdateQos) GetQos() []V0039Qos

GetQos returns the Qos field if non-nil, zero value otherwise.

GetQosOk

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.

SetQos

func (o *Dbv0039UpdateQos) SetQos(v []V0039Qos)

SetQos sets Qos field to given value.

HasQos

func (o *Dbv0039UpdateQos) HasQos() bool

HasQos returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]