Show / Hide Table of Contents

Class QueryMetadata

The metadata of the query.

Inheritance
object
QueryMetadata
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.DoubleClickBidManager.v2.Data
Assembly: Google.Apis.DoubleClickBidManager.v2.dll
Syntax
public class QueryMetadata : IDirectResponseSchema

Properties

DataRange

The date range the report generated by the query will report on. This date range will be defined by the time zone as used by the advertiser.

Declaration
[JsonProperty("dataRange")]
public virtual DataRange DataRange { get; set; }
Property Value
Type Description
DataRange

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Format

The format of the report generated by the query.

Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
Type Description
string

SendNotification

Whether an email notification is sent to the query creator when a report generated by the query is ready. This value is false by default.

Declaration
[JsonProperty("sendNotification")]
public virtual bool? SendNotification { get; set; }
Property Value
Type Description
bool?

ShareEmailAddress

List of additional email addresses with which to share the query. If send_notification is true, these email addresses will receive a notification when a report generated by the query is ready. If these email addresses are connected to Display & Video 360 users, the query will be available to them in the Display & Video 360 interface.

Declaration
[JsonProperty("shareEmailAddress")]
public virtual IList<string> ShareEmailAddress { get; set; }
Property Value
Type Description
IList<string>

Title

The display name of the query. This value will be used in the file name of reports generated by the query.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX