Skip to content

Latest commit

 

History

History
executable file
·
160 lines (87 loc) · 4.42 KB

File metadata and controls

executable file
·
160 lines (87 loc) · 4.42 KB

UserAgentDataOperatingSystem

Properties

Name Type Description Notes
Name Pointer to string [optional]
Type Pointer to string [optional]
Version Pointer to string [optional]
VersionMajor Pointer to string [optional]
Build Pointer to string [optional]

Methods

NewUserAgentDataOperatingSystem

func NewUserAgentDataOperatingSystem() *UserAgentDataOperatingSystem

NewUserAgentDataOperatingSystem instantiates a new UserAgentDataOperatingSystem 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

NewUserAgentDataOperatingSystemWithDefaults

func NewUserAgentDataOperatingSystemWithDefaults() *UserAgentDataOperatingSystem

NewUserAgentDataOperatingSystemWithDefaults instantiates a new UserAgentDataOperatingSystem 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

GetName

func (o *UserAgentDataOperatingSystem) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *UserAgentDataOperatingSystem) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *UserAgentDataOperatingSystem) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UserAgentDataOperatingSystem) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *UserAgentDataOperatingSystem) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *UserAgentDataOperatingSystem) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *UserAgentDataOperatingSystem) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *UserAgentDataOperatingSystem) HasType() bool

HasType returns a boolean if a field has been set.

GetVersion

func (o *UserAgentDataOperatingSystem) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *UserAgentDataOperatingSystem) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersion

func (o *UserAgentDataOperatingSystem) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *UserAgentDataOperatingSystem) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetVersionMajor

func (o *UserAgentDataOperatingSystem) GetVersionMajor() string

GetVersionMajor returns the VersionMajor field if non-nil, zero value otherwise.

GetVersionMajorOk

func (o *UserAgentDataOperatingSystem) GetVersionMajorOk() (*string, bool)

GetVersionMajorOk returns a tuple with the VersionMajor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersionMajor

func (o *UserAgentDataOperatingSystem) SetVersionMajor(v string)

SetVersionMajor sets VersionMajor field to given value.

HasVersionMajor

func (o *UserAgentDataOperatingSystem) HasVersionMajor() bool

HasVersionMajor returns a boolean if a field has been set.

GetBuild

func (o *UserAgentDataOperatingSystem) GetBuild() string

GetBuild returns the Build field if non-nil, zero value otherwise.

GetBuildOk

func (o *UserAgentDataOperatingSystem) GetBuildOk() (*string, bool)

GetBuildOk returns a tuple with the Build field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBuild

func (o *UserAgentDataOperatingSystem) SetBuild(v string)

SetBuild sets Build field to given value.

HasBuild

func (o *UserAgentDataOperatingSystem) HasBuild() bool

HasBuild returns a boolean if a field has been set.

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