Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.63 KB

PrevYBSoftwareConfig.md

File metadata and controls

82 lines (45 loc) · 2.63 KB

PrevYBSoftwareConfig

Properties

Name Type Description Notes
AutoFlagConfigVersion Pointer to int32 [optional]
SoftwareVersion Pointer to string [optional]

Methods

NewPrevYBSoftwareConfig

func NewPrevYBSoftwareConfig() *PrevYBSoftwareConfig

NewPrevYBSoftwareConfig instantiates a new PrevYBSoftwareConfig 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

NewPrevYBSoftwareConfigWithDefaults

func NewPrevYBSoftwareConfigWithDefaults() *PrevYBSoftwareConfig

NewPrevYBSoftwareConfigWithDefaults instantiates a new PrevYBSoftwareConfig 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

GetAutoFlagConfigVersion

func (o *PrevYBSoftwareConfig) GetAutoFlagConfigVersion() int32

GetAutoFlagConfigVersion returns the AutoFlagConfigVersion field if non-nil, zero value otherwise.

GetAutoFlagConfigVersionOk

func (o *PrevYBSoftwareConfig) GetAutoFlagConfigVersionOk() (*int32, bool)

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

SetAutoFlagConfigVersion

func (o *PrevYBSoftwareConfig) SetAutoFlagConfigVersion(v int32)

SetAutoFlagConfigVersion sets AutoFlagConfigVersion field to given value.

HasAutoFlagConfigVersion

func (o *PrevYBSoftwareConfig) HasAutoFlagConfigVersion() bool

HasAutoFlagConfigVersion returns a boolean if a field has been set.

GetSoftwareVersion

func (o *PrevYBSoftwareConfig) GetSoftwareVersion() string

GetSoftwareVersion returns the SoftwareVersion field if non-nil, zero value otherwise.

GetSoftwareVersionOk

func (o *PrevYBSoftwareConfig) GetSoftwareVersionOk() (*string, bool)

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

SetSoftwareVersion

func (o *PrevYBSoftwareConfig) SetSoftwareVersion(v string)

SetSoftwareVersion sets SoftwareVersion field to given value.

HasSoftwareVersion

func (o *PrevYBSoftwareConfig) HasSoftwareVersion() bool

HasSoftwareVersion returns a boolean if a field has been set.

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