| Name | Type | Description | Notes |
|---|---|---|---|
| Certification | string | ||
| Meaning | Pointer to NullableString | [optional] | |
| Order | Pointer to NullableFloat32 | [optional] |
func NewCertification(certification string, ) *Certification
NewCertification instantiates a new Certification 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 NewCertificationWithDefaults() *Certification
NewCertificationWithDefaults instantiates a new Certification 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 *Certification) GetCertification() string
GetCertification returns the Certification field if non-nil, zero value otherwise.
func (o *Certification) GetCertificationOk() (*string, bool)
GetCertificationOk returns a tuple with the Certification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Certification) SetCertification(v string)
SetCertification sets Certification field to given value.
func (o *Certification) GetMeaning() string
GetMeaning returns the Meaning field if non-nil, zero value otherwise.
func (o *Certification) GetMeaningOk() (*string, bool)
GetMeaningOk returns a tuple with the Meaning field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Certification) SetMeaning(v string)
SetMeaning sets Meaning field to given value.
func (o *Certification) HasMeaning() bool
HasMeaning returns a boolean if a field has been set.
func (o *Certification) SetMeaningNil(b bool)
SetMeaningNil sets the value for Meaning to be an explicit nil
func (o *Certification) UnsetMeaning()
UnsetMeaning ensures that no value is present for Meaning, not even an explicit nil
func (o *Certification) GetOrder() float32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *Certification) GetOrderOk() (*float32, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Certification) SetOrder(v float32)
SetOrder sets Order field to given value.
func (o *Certification) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *Certification) SetOrderNil(b bool)
SetOrderNil sets the value for Order to be an explicit nil
func (o *Certification) UnsetOrder()
UnsetOrder ensures that no value is present for Order, not even an explicit nil