Enum AccountsResource.FinalizedProposalsResource.ListRequest.FilterSyntaxEnum
Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER.
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public enum AccountsResource.FinalizedProposalsResource.ListRequest.FilterSyntaxEnum
Fields
Name | Description |
---|---|
FILTERSYNTAXUNSPECIFIED | A placeholder for an undefined filter syntax. |
LISTFILTER | API list filtering syntax. Read about syntax and usage at https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters. |
PQL | PQL query syntax. Visit https://developers.google.com/ad-manager/api/pqlreference for PQL documentation and examples. |