Show / Hide Table of Contents

Class ListReportsResponse

Response object for ListReportsResponse containing matching Report objects.

Inheritance
object
ListReportsResponse
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.AgenciesAndBrands.v1.Data
Assembly: Google.Apis.AgenciesAndBrands.v1.dll
Syntax
public class ListReportsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

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

Reports

The Report objects from the specified network.

Declaration
[JsonProperty("reports")]
public virtual IList<Report> Reports { get; set; }
Property Value
Type Description
IList<Report>

TotalSize

Total number of Report objects. If a filter was included in the request, this reflects the total number after the filtering is applied. total_size won't be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter $fields or fields, or by using the HTTP/gRPC header X-Goog-FieldMask. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks

Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX