Name | Type | Description | Notes |
---|---|---|---|
Device | AuthenticatedSessionUserAgentDevice | ||
Os | AuthenticatedSessionUserAgentOs | ||
UserAgent | AuthenticatedSessionUserAgentUserAgent | ||
String | string |
func NewAuthenticatedSessionUserAgent(device AuthenticatedSessionUserAgentDevice, os AuthenticatedSessionUserAgentOs, userAgent AuthenticatedSessionUserAgentUserAgent, string_ string, ) *AuthenticatedSessionUserAgent
NewAuthenticatedSessionUserAgent instantiates a new AuthenticatedSessionUserAgent 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 NewAuthenticatedSessionUserAgentWithDefaults() *AuthenticatedSessionUserAgent
NewAuthenticatedSessionUserAgentWithDefaults instantiates a new AuthenticatedSessionUserAgent 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 *AuthenticatedSessionUserAgent) GetDevice() AuthenticatedSessionUserAgentDevice
GetDevice returns the Device field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgent) GetDeviceOk() (*AuthenticatedSessionUserAgentDevice, bool)
GetDeviceOk returns a tuple with the Device field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionUserAgent) SetDevice(v AuthenticatedSessionUserAgentDevice)
SetDevice sets Device field to given value.
func (o *AuthenticatedSessionUserAgent) GetOs() AuthenticatedSessionUserAgentOs
GetOs returns the Os field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgent) GetOsOk() (*AuthenticatedSessionUserAgentOs, bool)
GetOsOk returns a tuple with the Os field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionUserAgent) SetOs(v AuthenticatedSessionUserAgentOs)
SetOs sets Os field to given value.
func (o *AuthenticatedSessionUserAgent) GetUserAgent() AuthenticatedSessionUserAgentUserAgent
GetUserAgent returns the UserAgent field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgent) GetUserAgentOk() (*AuthenticatedSessionUserAgentUserAgent, bool)
GetUserAgentOk returns a tuple with the UserAgent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionUserAgent) SetUserAgent(v AuthenticatedSessionUserAgentUserAgent)
SetUserAgent sets UserAgent field to given value.
func (o *AuthenticatedSessionUserAgent) GetString() string
GetString returns the String field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgent) GetStringOk() (*string, bool)
GetStringOk returns a tuple with the String field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionUserAgent) SetString(v string)
SetString sets String field to given value.