Show / Hide Table of Contents

Class AssignedLocation

An assignment between a location list and a relevant targeting option.

Inheritance
object
AssignedLocation
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.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX