Name | Type | Description | Notes |
---|---|---|---|
Brand | string | ||
Family | string | ||
Model | string |
func NewAuthenticatedSessionUserAgentDevice(brand string, family string, model string, ) *AuthenticatedSessionUserAgentDevice
NewAuthenticatedSessionUserAgentDevice instantiates a new AuthenticatedSessionUserAgentDevice 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 NewAuthenticatedSessionUserAgentDeviceWithDefaults() *AuthenticatedSessionUserAgentDevice
NewAuthenticatedSessionUserAgentDeviceWithDefaults instantiates a new AuthenticatedSessionUserAgentDevice 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 *AuthenticatedSessionUserAgentDevice) GetBrand() string
GetBrand returns the Brand field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentDevice) GetBrandOk() (*string, bool)
GetBrandOk returns a tuple with the Brand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionUserAgentDevice) SetBrand(v string)
SetBrand sets Brand field to given value.
func (o *AuthenticatedSessionUserAgentDevice) GetFamily() string
GetFamily returns the Family field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentDevice) 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 *AuthenticatedSessionUserAgentDevice) SetFamily(v string)
SetFamily sets Family field to given value.
func (o *AuthenticatedSessionUserAgentDevice) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
func (o *AuthenticatedSessionUserAgentDevice) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatedSessionUserAgentDevice) SetModel(v string)
SetModel sets Model field to given value.