Class SearchTargetingOptionsRequest
Request message for SearchTargetingOptions.
Inheritance
System.Object
SearchTargetingOptionsRequest
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.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class SearchTargetingOptionsRequest : IDirectResponseSchema
Properties
AdvertiserId
Required. The Advertiser this request is being made in the context of.
Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GeoRegionSearchTerms
Search terms for geo region targeting options. Can only be used when targeting_type is
TARGETING_TYPE_GEO_REGION
.
Declaration
[JsonProperty("geoRegionSearchTerms")]
public virtual GeoRegionSearchTerms GeoRegionSearchTerms { get; set; }
Property Value
Type | Description |
---|---|
GeoRegionSearchTerms |
PageSize
Requested page size. Must be between 1
and 100
. If unspecified will default to 100
. Returns error code
INVALID_ARGUMENT
if an invalid value is specified.
Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PageToken
A token identifying a page of results the server should return. Typically, this is the value of
next_page_token returned from the previous call to SearchTargetingOptions
method. If not specified, the
first page of results will be returned.
Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema