Name | Type | Description | Notes |
---|---|---|---|
AutoFlagConfigVersion | Pointer to int32 | [optional] | |
SoftwareVersion | Pointer to string | [optional] |
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
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
func (o *PrevYBSoftwareConfig) GetAutoFlagConfigVersion() int32
GetAutoFlagConfigVersion returns the AutoFlagConfigVersion field if non-nil, zero value otherwise.
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.
func (o *PrevYBSoftwareConfig) SetAutoFlagConfigVersion(v int32)
SetAutoFlagConfigVersion sets AutoFlagConfigVersion field to given value.
func (o *PrevYBSoftwareConfig) HasAutoFlagConfigVersion() bool
HasAutoFlagConfigVersion returns a boolean if a field has been set.
func (o *PrevYBSoftwareConfig) GetSoftwareVersion() string
GetSoftwareVersion returns the SoftwareVersion field if non-nil, zero value otherwise.
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.
func (o *PrevYBSoftwareConfig) SetSoftwareVersion(v string)
SetSoftwareVersion sets SoftwareVersion field to given value.
func (o *PrevYBSoftwareConfig) HasSoftwareVersion() bool
HasSoftwareVersion returns a boolean if a field has been set.