Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.SavedQuery Class Reference

A saved ReportQuery representing the selection criteria for running a report. More...

Properties

long id [get, set]
 The ID of the saved query. More...
 
bool idSpecified [get, set]
 
string name [get, set]
 The name of the saved query. More...
 
ReportQuery reportQuery [get, set]
 The ReportQuery representing the selection criteria for the saved query. This will be non-null if and only if SavedQuery::isCompatibleWithApiVersion is More...
 
bool isCompatibleWithApiVersion [get, set]
 Whether or not the saved query is compatible with the current API version. This will be More...
 
bool isCompatibleWithApiVersionSpecified [get, set]
 

Detailed Description

A saved ReportQuery representing the selection criteria for running a report.

Property Documentation

long Google.Api.Ads.AdManager.v202305.SavedQuery.id
getset

The ID of the saved query.

bool Google.Api.Ads.AdManager.v202305.SavedQuery.idSpecified
getset

true, if a value is specified for id, false otherwise.

bool Google.Api.Ads.AdManager.v202305.SavedQuery.isCompatibleWithApiVersion
getset

Whether or not the saved query is compatible with the current API version. This will be

true if and only if SavedQuery::reportQuery is non-null. A saved query will be incompatible with the API if it uses columns, dimensions, or other reporting features from the UI that are not available in the ReportQuery entity.

bool Google.Api.Ads.AdManager.v202305.SavedQuery.isCompatibleWithApiVersionSpecified
getset

true, if a value is specified for isCompatibleWithApiVersion, false otherwise.

string Google.Api.Ads.AdManager.v202305.SavedQuery.name
getset

The name of the saved query.

ReportQuery Google.Api.Ads.AdManager.v202305.SavedQuery.reportQuery
getset

The ReportQuery representing the selection criteria for the saved query. This will be non-null if and only if SavedQuery::isCompatibleWithApiVersion is

true.


The documentation for this class was generated from the following file: