Class UpdatePrivateOfferDocumentRequest (0.1.0)

UpdatePrivateOfferDocumentRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Message for updating a PrivateOfferDocument

Attributes

Name Description
private_offer_document google.cloud.commerceproducer_v1beta.types.PrivateOfferDocument
Required. The resource being updated.
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The list of fields to update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "\*" means full replacement. If unspecified, all fields present in the request will be overwritten.