Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesSearchSettings

Indicates search settings in request parameter.

Inheritance
object
GoogleAdsSearchads360V23ServicesSearchSettings
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX