Name | Type | Description | Notes |
---|---|---|---|
Family | string | ||
Major | string | ||
Minor | string | ||
Patch | string |
func NewAuthenticatedSessionUserAgentUserAgent(family string, major string, minor string, patch string, ) *AuthenticatedSessionUserAgentUserAgent
NewAuthenticatedSessionUserAgentUserAgent instantiates a new AuthenticatedSessionUserAgentUserAgent 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 NewAuthenticatedSessionUserAgentUserAgentWithDefaults() *AuthenticatedSessionUserAgentUserAgent
NewAuthenticatedSessionUserAgentUserAgentWithDefaults instantiates a new AuthenticatedSessionUserAgentUserAgent 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 *AuthenticatedSessionUserAgentUserAgent) GetFamily() string
GetFamily returns the Family field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentUserAgent) 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 *AuthenticatedSessionUserAgentUserAgent) SetFamily(v string)
SetFamily sets Family field to given value.
func (o *AuthenticatedSessionUserAgentUserAgent) GetMajor() string
GetMajor returns the Major field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentUserAgent) 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 *AuthenticatedSessionUserAgentUserAgent) SetMajor(v string)
SetMajor sets Major field to given value.
func (o *AuthenticatedSessionUserAgentUserAgent) GetMinor() string
GetMinor returns the Minor field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentUserAgent) 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 *AuthenticatedSessionUserAgentUserAgent) SetMinor(v string)
SetMinor sets Minor field to given value.
func (o *AuthenticatedSessionUserAgentUserAgent) GetPatch() string
GetPatch returns the Patch field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentUserAgent) 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 *AuthenticatedSessionUserAgentUserAgent) SetPatch(v string)
SetPatch sets Patch field to given value.