Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesOperatingSystemVersionConstant

A mobile operating system version or a range of versions, depending on operator_type. List of available mobile platforms at https://developers.google.com/google-ads/api/reference/data/codes-formats#mobile-platforms

Inheritance
object
GoogleAdsSearchads360V23ResourcesOperatingSystemVersionConstant
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesOperatingSystemVersionConstant : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Output only. The ID of the operating system version.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

Name

Output only. Name of the operating system.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OperatorType

Output only. Determines whether this constant represents a single version or a range of versions.

Declaration
[JsonProperty("operatorType")]
public virtual string OperatorType { get; set; }
Property Value
Type Description
string

OsMajorVersion

Output only. The OS Major Version number.

Declaration
[JsonProperty("osMajorVersion")]
public virtual int? OsMajorVersion { get; set; }
Property Value
Type Description
int?

OsMinorVersion

Output only. The OS Minor Version number.

Declaration
[JsonProperty("osMinorVersion")]
public virtual int? OsMinorVersion { get; set; }
Property Value
Type Description
int?

ResourceName

Output only. The resource name of the operating system version constant. Operating system version constant resource names have the form: operatingSystemVersionConstants/{criterion_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX