Class OperatingSystem
Contains information about an operating system that can be targeted by ads.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class OperatingSystem : IDirectResponseSchema
Properties
DartId
DART ID of this operating system. This is the ID used for targeting.
Declaration
[JsonProperty("dartId")]
public virtual long? DartId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Desktop
Whether this operating system is for desktop.
Declaration
[JsonProperty("desktop")]
public virtual bool? Desktop { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies what kind of resource this is. Value: the fixed string "dfareporting#operatingSystem".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Mobile
Whether this operating system is for mobile.
Declaration
[JsonProperty("mobile")]
public virtual bool? Mobile { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Name
Name of this operating system.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |