Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.2 KB

QualityModel.md

File metadata and controls

82 lines (45 loc) · 2.2 KB

QualityModel

Properties

Name Type Description Notes
Quality Pointer to Quality [optional]
Revision Pointer to Revision [optional]

Methods

NewQualityModel

func NewQualityModel() *QualityModel

NewQualityModel instantiates a new QualityModel 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

NewQualityModelWithDefaults

func NewQualityModelWithDefaults() *QualityModel

NewQualityModelWithDefaults instantiates a new QualityModel 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

GetQuality

func (o *QualityModel) GetQuality() Quality

GetQuality returns the Quality field if non-nil, zero value otherwise.

GetQualityOk

func (o *QualityModel) GetQualityOk() (*Quality, bool)

GetQualityOk returns a tuple with the Quality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQuality

func (o *QualityModel) SetQuality(v Quality)

SetQuality sets Quality field to given value.

HasQuality

func (o *QualityModel) HasQuality() bool

HasQuality returns a boolean if a field has been set.

GetRevision

func (o *QualityModel) GetRevision() Revision

GetRevision returns the Revision field if non-nil, zero value otherwise.

GetRevisionOk

func (o *QualityModel) GetRevisionOk() (*Revision, bool)

GetRevisionOk returns a tuple with the Revision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRevision

func (o *QualityModel) SetRevision(v Revision)

SetRevision sets Revision field to given value.

HasRevision

func (o *QualityModel) HasRevision() bool

HasRevision returns a boolean if a field has been set.

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