public enum StandardOfferViewReference documentation and code samples for the Cloud Commerce Producer v1beta API enum StandardOfferView.
Controls which fields are returned in a StandardOffer returned by the API. https://google.aip.dev/157
Namespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
Basic |
Include basic metadata about the StandardOffer, but not the full contents. This is the default value (for both List and Get requests). |
Full |
Include everything. |
Unspecified |
The default / unset value. The API will default to the BASIC view. |