Skip to content

CriticalModelNum

Properties

Name Type Description Notes
CriticalNumber Pointer to int32 Number of critical models [optional]

Methods

NewCriticalModelNum

func NewCriticalModelNum() *CriticalModelNum

NewCriticalModelNum instantiates a new CriticalModelNum 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

NewCriticalModelNumWithDefaults

func NewCriticalModelNumWithDefaults() *CriticalModelNum

NewCriticalModelNumWithDefaults instantiates a new CriticalModelNum 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

GetCriticalNumber

func (o *CriticalModelNum) GetCriticalNumber() int32

GetCriticalNumber returns the CriticalNumber field if non-nil, zero value otherwise.

GetCriticalNumberOk

func (o *CriticalModelNum) GetCriticalNumberOk() (*int32, bool)

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

SetCriticalNumber

func (o *CriticalModelNum) SetCriticalNumber(v int32)

SetCriticalNumber sets CriticalNumber field to given value.

HasCriticalNumber

func (o *CriticalModelNum) HasCriticalNumber() bool

HasCriticalNumber returns a boolean if a field has been set.

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