Class PlacementAssignment
Placement Assignment.
Inheritance
System.Object
PlacementAssignment
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class PlacementAssignment : IDirectResponseSchema
Properties
Active
Whether this placement assignment is active. When true, the placement will be included in the ad's rotation.
Declaration
[JsonProperty("active")]
public virtual bool? Active { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlacementId
ID of the placement to be assigned. This is a required field.
Declaration
[JsonProperty("placementId")]
public virtual long? PlacementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
PlacementIdDimensionValue
Dimension value for the ID of the placement. This is a read-only, auto-generated field.
Declaration
[JsonProperty("placementIdDimensionValue")]
public virtual DimensionValue PlacementIdDimensionValue { get; set; }
Property Value
Type | Description |
---|---|
DimensionValue |
SslRequired
Whether the placement to be assigned requires SSL. This is a read-only field that is auto-generated when the ad is inserted or updated.
Declaration
[JsonProperty("sslRequired")]
public virtual bool? SslRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Implements
Google.Apis.Requests.IDirectResponseSchema