Google Cloud Support v2 API - Class UpdateCaseRequest (1.0.0)

public sealed class UpdateCaseRequest : IMessage<UpdateCaseRequest>, IEquatable<UpdateCaseRequest>, IDeepCloneable<UpdateCaseRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Support v2 API class UpdateCaseRequest.

The request message for the UpdateCase endpoint

Inheritance

object > UpdateCaseRequest

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

UpdateCaseRequest()

public UpdateCaseRequest()

UpdateCaseRequest(UpdateCaseRequest)

public UpdateCaseRequest(UpdateCaseRequest other)
Parameter
NameDescription
otherUpdateCaseRequest

Properties

Case

public Case Case { get; set; }

Required. The case object to update.

Property Value
TypeDescription
Case

UpdateMask

public FieldMask UpdateMask { get; set; }

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.

Property Value
TypeDescription
FieldMask