google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.ListOffersResponse View Source
Response for ListOffer.
Attributes
- availableOffers ([AvailableOffer]): Available Offers to be distributed. Defaults to:
null. noOfferReason (String.t): Reason why no Offers are available. Defaults to:
null.- Enum - one of [NO_OFFER_REASON_UNSPECIFIED, NO_OFFER_REASON_NO_MCC, NO_OFFER_REASON_LIMIT_REACHED, NO_OFFER_REASON_INELIGIBLE]
- responseMetadata (ResponseMetadata): Current response metadata. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Partners.V2.Model.ListOffersResponse{
availableOffers: [GoogleApi.Partners.V2.Model.AvailableOffer.t()],
noOfferReason: any(),
responseMetadata: GoogleApi.Partners.V2.Model.ResponseMetadata.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.