Ads API .NET library
|
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] |
A saved ReportQuery representing the selection criteria for running a report.
|
getset |
The ID of the saved query.
|
getset |
true
, if a value is specified for id, false
otherwise.
|
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.
Referenced by Google.Api.Ads.AdManager.Examples.CSharp.v202208.RunSavedQuery.Run().
|
getset |
true
, if a value is specified for isCompatibleWithApiVersion, false
otherwise.
|
getset |
The name of the saved query.
|
getset |
The ReportQuery representing the selection criteria for the saved query. This will be non-null if and only if SavedQuery::isCompatibleWithApiVersion is
true
.