Class GoogleAdsSearchads360V0ServicesSearchSearchAds360FieldsRequest
Request message for SearchAds360FieldService.SearchSearchAds360Fields.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ServicesSearchSearchAds360FieldsRequest : 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 |