Show / Hide Table of Contents

Class SurfaceTargetingCombinations

Surface targeting rules.

Inheritance
object
SurfaceTargetingCombinations
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX