Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.84 KB

PlatformConditionEvaluatorPlatformOperatingSystem.md

File metadata and controls

108 lines (59 loc) · 3.84 KB

PlatformConditionEvaluatorPlatformOperatingSystem

Properties

Name Type Description Notes
Expression Pointer to string [optional]
Type Pointer to string [optional]
Version Pointer to PlatformConditionEvaluatorPlatformOperatingSystemVersion [optional]

Methods

NewPlatformConditionEvaluatorPlatformOperatingSystem

func NewPlatformConditionEvaluatorPlatformOperatingSystem() *PlatformConditionEvaluatorPlatformOperatingSystem

NewPlatformConditionEvaluatorPlatformOperatingSystem instantiates a new PlatformConditionEvaluatorPlatformOperatingSystem 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

NewPlatformConditionEvaluatorPlatformOperatingSystemWithDefaults

func NewPlatformConditionEvaluatorPlatformOperatingSystemWithDefaults() *PlatformConditionEvaluatorPlatformOperatingSystem

NewPlatformConditionEvaluatorPlatformOperatingSystemWithDefaults instantiates a new PlatformConditionEvaluatorPlatformOperatingSystem 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

GetExpression

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) GetExpression() string

GetExpression returns the Expression field if non-nil, zero value otherwise.

GetExpressionOk

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) GetExpressionOk() (*string, bool)

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

SetExpression

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) SetExpression(v string)

SetExpression sets Expression field to given value.

HasExpression

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) HasExpression() bool

HasExpression returns a boolean if a field has been set.

GetType

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) GetTypeOk() (*string, bool)

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

SetType

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) HasType() bool

HasType returns a boolean if a field has been set.

GetVersion

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) GetVersion() PlatformConditionEvaluatorPlatformOperatingSystemVersion

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) GetVersionOk() (*PlatformConditionEvaluatorPlatformOperatingSystemVersion, bool)

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

SetVersion

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) SetVersion(v PlatformConditionEvaluatorPlatformOperatingSystemVersion)

SetVersion sets Version field to given value.

HasVersion

func (o *PlatformConditionEvaluatorPlatformOperatingSystem) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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