Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesSearchSearchAds360Request

Request message for SearchAds360Service.Search.

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

SearchSettings

Settings that allow users to specify request count, summary row, and results behavior.

Declaration
[JsonProperty("searchSettings")]
public virtual GoogleAdsSearchads360V23ServicesSearchSettings SearchSettings { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesSearchSettings

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