ResolveAmendmentTargetResponse(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Message in response to ResolveAmendmentTarget.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
required_private_offer |
str
The resource name of an existing private offer that MUST be amended. If this is set, the new private offer the client creates must populate the single_product_offer.amended_private_offer field with
this value.
This field is a member of oneof_ amendment_requirement.
|
required_standard_offer |
str
The resource name of an existing standard offer that MUST be amended. If this is set, the new private offer the client creates must populate the single_product_offer.amended_standard_offer field with
this value.
This field is a member of oneof_ amendment_requirement.
|
optional_offers |
google.cloud.commerceproducer_v1beta.types.ResolveAmendmentTargetResponse.OptionalOffers
A list of existing offers that may optionally be amended. This field is a member of oneof_ amendment_requirement.
|
Classes
OptionalOffers
OptionalOffers(mapping=None, *, ignore_unknown_fields=False, **kwargs)A wrapper message containing offers that can optionally be amended.