Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ServicesSearchSearchAds360Request

Request message for SearchAds360Service.Search.

Inheritance
object
GoogleAdsSearchads360V0ServicesSearchSearchAds360Request
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.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ServicesSearchSearchAds360Request : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PageSize

Number of elements to retrieve in a single page. When too large a page is requested, the server may decide to further limit the number of returned resources.

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

PageToken

Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from next_page_token in the previous response in order to request the next page of results.

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

Query

Required. The query string.

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

ReturnTotalResultsCount

If true, the total number of results that match the query ignoring the LIMIT clause will be included in the response. Default is false.

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

SummaryRowSetting

Determines whether a summary row will be returned. By default, summary row is not returned. If requested, the summary row will be sent in a response by itself after all other query results are returned.

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

ValidateOnly

If true, the request is validated but not executed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX