Class SurfaceTargetingCombinations
Surface targeting rules.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class SurfaceTargetingCombinations : IDirectResponseSchema
Properties
AvailableSurfaceTypes
Output only. The surface types available.
Declaration
[JsonProperty("availableSurfaceTypes")]
public virtual IList<string> AvailableSurfaceTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
DefaultSurfaceTypes
Output only. The default surface types for this product.
Declaration
[JsonProperty("defaultSurfaceTypes")]
public virtual IList<string> DefaultSurfaceTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidSurfaceCombinations
Output only. Valid combinations of surfaces that can be selected together.
Declaration
[JsonProperty("validSurfaceCombinations")]
public virtual IList<SurfaceTargetingCombination> ValidSurfaceCombinations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SurfaceTargetingCombination> |