Class BrowserTargetingOptionDetails
Represents a targetable browser. This will be populated in the browser_details field when targeting_type is
TARGETING_TYPE_BROWSER
.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class BrowserTargetingOptionDetails : IDirectResponseSchema
Properties
DisplayName
Output only. The display name of the browser.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |