Class UpdateViewRequest (1.2.0)

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

The request to update a view.

Inheritance

Object > UpdateViewRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

UpdateViewRequest()

public UpdateViewRequest()

UpdateViewRequest(UpdateViewRequest)

public UpdateViewRequest(UpdateViewRequest other)
Parameter
NameDescription
otherUpdateViewRequest

Properties

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated.

Property Value
TypeDescription
FieldMask

View

public View View { get; set; }

Required. The new view.

Property Value
TypeDescription
View