Class UpdateCaseRequest (0.1.6)

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

The request message for the UpdateCase endpoint

Attributes

NameDescription
case google.cloud.support_v2.types.Case
Required. The case object to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
A list of attributes of the case object that should be updated as part of this request. Supported values are priority, display_name, and subscriber_email_addresses. If no fields are specified, all supported fields are updated. WARNING: If you do not provide a field mask, then you might accidentally clear some fields. For example, if you leave the field mask empty and do not provide a value for subscriber_email_addresses, then subscriber_email_addresses is updated to empty.