Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202308.OperatingSystemVersion Class Reference

Represents a specific version of an operating system. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202308.OperatingSystemVersion:
Google.Api.Ads.AdManager.v202308.Technology

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.v202308.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...
 

Detailed Description

Represents a specific version of an operating system.

Property Documentation

int Google.Api.Ads.AdManager.v202308.OperatingSystemVersion.majorVersion
getset

The operating system major version.

bool Google.Api.Ads.AdManager.v202308.OperatingSystemVersion.majorVersionSpecified
getset

true, if a value is specified for majorVersion, false otherwise.

int Google.Api.Ads.AdManager.v202308.OperatingSystemVersion.microVersion
getset

The operating system micro version.

bool Google.Api.Ads.AdManager.v202308.OperatingSystemVersion.microVersionSpecified
getset

true, if a value is specified for microVersion, false otherwise.

int Google.Api.Ads.AdManager.v202308.OperatingSystemVersion.minorVersion
getset

The operating system minor version.

bool Google.Api.Ads.AdManager.v202308.OperatingSystemVersion.minorVersionSpecified
getset

true, if a value is specified for minorVersion, false otherwise.


The documentation for this class was generated from the following file: