Ads API .NET library
|
Represents a specific version of an operating system. More...
Properties | |
int | majorVersion [get, set] |
The operating system major version. More... | |
bool | majorVersionSpecified [get, set] |
int | minorVersion [get, set] |
The operating system minor version. More... | |
bool | minorVersionSpecified [get, set] |
int | microVersion [get, set] |
The operating system micro version. More... | |
bool | microVersionSpecified [get, set] |
Properties inherited from Google.Api.Ads.AdManager.v202311.Technology | |
long | id [get, set] |
The unique ID of the More... | |
bool | idSpecified [get, set] |
string | name [get, set] |
The name of the technology being targeting. This value is read-only and is assigned by Google. More... | |
Represents a specific version of an operating system.
|
getset |
The operating system major version.
|
getset |
true
, if a value is specified for majorVersion, false
otherwise.
|
getset |
The operating system micro version.
|
getset |
true
, if a value is specified for microVersion, false
otherwise.
|
getset |
The operating system minor version.
|
getset |
true
, if a value is specified for minorVersion, false
otherwise.