Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.76 KB

AuthenticatedSessionUserAgent.md

File metadata and controls

114 lines (61 loc) · 3.76 KB

AuthenticatedSessionUserAgent

Properties

Name Type Description Notes
Device AuthenticatedSessionUserAgentDevice
Os AuthenticatedSessionUserAgentOs
UserAgent AuthenticatedSessionUserAgentUserAgent
String string

Methods

NewAuthenticatedSessionUserAgent

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

NewAuthenticatedSessionUserAgentWithDefaults

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

GetDevice

func (o *AuthenticatedSessionUserAgent) GetDevice() AuthenticatedSessionUserAgentDevice

GetDevice returns the Device field if non-nil, zero value otherwise.

GetDeviceOk

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.

SetDevice

func (o *AuthenticatedSessionUserAgent) SetDevice(v AuthenticatedSessionUserAgentDevice)

SetDevice sets Device field to given value.

GetOs

func (o *AuthenticatedSessionUserAgent) GetOs() AuthenticatedSessionUserAgentOs

GetOs returns the Os field if non-nil, zero value otherwise.

GetOsOk

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.

SetOs

func (o *AuthenticatedSessionUserAgent) SetOs(v AuthenticatedSessionUserAgentOs)

SetOs sets Os field to given value.

GetUserAgent

func (o *AuthenticatedSessionUserAgent) GetUserAgent() AuthenticatedSessionUserAgentUserAgent

GetUserAgent returns the UserAgent field if non-nil, zero value otherwise.

GetUserAgentOk

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.

SetUserAgent

func (o *AuthenticatedSessionUserAgent) SetUserAgent(v AuthenticatedSessionUserAgentUserAgent)

SetUserAgent sets UserAgent field to given value.

GetString

func (o *AuthenticatedSessionUserAgent) GetString() string

GetString returns the String field if non-nil, zero value otherwise.

GetStringOk

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.

SetString

func (o *AuthenticatedSessionUserAgent) SetString(v string)

SetString sets String field to given value.

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