Name | Type | Description | Notes |
---|---|---|---|
Family | string | ||
Major | string | ||
Minor | string | ||
Patch | string | ||
PatchMinor | string |
func NewAuthenticatedSessionUserAgentOs(family string, major string, minor string, patch string, patchMinor string, ) *AuthenticatedSessionUserAgentOs
NewAuthenticatedSessionUserAgentOs instantiates a new AuthenticatedSessionUserAgentOs 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 NewAuthenticatedSessionUserAgentOsWithDefaults() *AuthenticatedSessionUserAgentOs
NewAuthenticatedSessionUserAgentOsWithDefaults instantiates a new AuthenticatedSessionUserAgentOs 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 *AuthenticatedSessionUserAgentOs) GetFamily() string
GetFamily returns the Family field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentOs) GetFamilyOk() (*string, bool)
GetFamilyOk returns a tuple with the Family field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionUserAgentOs) SetFamily(v string)
SetFamily sets Family field to given value.
func (o *AuthenticatedSessionUserAgentOs) GetMajor() string
GetMajor returns the Major field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentOs) GetMajorOk() (*string, bool)
GetMajorOk returns a tuple with the Major field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionUserAgentOs) SetMajor(v string)
SetMajor sets Major field to given value.
func (o *AuthenticatedSessionUserAgentOs) GetMinor() string
GetMinor returns the Minor field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentOs) GetMinorOk() (*string, bool)
GetMinorOk returns a tuple with the Minor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionUserAgentOs) SetMinor(v string)
SetMinor sets Minor field to given value.
func (o *AuthenticatedSessionUserAgentOs) GetPatch() string
GetPatch returns the Patch field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentOs) GetPatchOk() (*string, bool)
GetPatchOk returns a tuple with the Patch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionUserAgentOs) SetPatch(v string)
SetPatch sets Patch field to given value.
func (o *AuthenticatedSessionUserAgentOs) GetPatchMinor() string
GetPatchMinor returns the PatchMinor field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentOs) GetPatchMinorOk() (*string, bool)
GetPatchMinorOk returns a tuple with the PatchMinor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionUserAgentOs) SetPatchMinor(v string)
SetPatchMinor sets PatchMinor field to given value.