Class AssignedLocation
An assignment between a location list and a relevant targeting option.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AssignedLocation : IDirectResponseSchema
Properties
AssignedLocationId
Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
Declaration
[JsonProperty("assignedLocationId")]
public virtual long? AssignedLocationId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The resource name of the assigned location.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetingOptionId
Required. The ID of the targeting option assigned to the location list.
Declaration
[JsonProperty("targetingOptionId")]
public virtual string TargetingOptionId { get; set; }
Property Value
Type | Description |
---|---|
string |