Resource: OperatingSystemVersionConstant
A mobile operating system version or a range of versions, depending on operatorType
. List of available mobile platforms at https://developers.google.com/google-ads/api/reference/data/codes-formats#mobile-platforms
JSON representation | |
---|---|
{
"resourceName": string,
"operatorType": enum ( |
Fields | |
---|---|
resourceName |
Output only. The resource name of the operating system version constant. Operating system version constant resource names have the form:
|
operatorType |
Output only. Determines whether this constant represents a single version or a range of versions. |
id |
Output only. The ID of the operating system version. |
name |
Output only. Name of the operating system. |
osMajorVersion |
Output only. The OS Major Version number. |
osMinorVersion |
Output only. The OS Minor Version number. |
OperatingSystemVersionOperatorType
The type of operating system version.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
EQUALS_TO |
Equals to the specified version. |
GREATER_THAN_EQUALS_TO |
Greater than or equals to the specified version. |
Methods |
|
---|---|
|
Returns the requested OS version constant in full detail. |