Class GoogleAdsSearchads360V23ServicesSearchSettings
Indicates search settings in request parameter.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesSearchSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OmitResults
If true, results will be excluded from the response. Otherwise, results will be returned. Default is false.
Declaration
[JsonProperty("omitResults")]
public virtual bool? OmitResults { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ReturnSummaryRow
If true, summary row will be included in the response and sent in a response by itself after all other query results are returned. Default is false.
Declaration
[JsonProperty("returnSummaryRow")]
public virtual bool? ReturnSummaryRow { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
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? |