Class GetViewRequest (1.3.0)

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

The request to get a view.

Inheritance

Object > GetViewRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

GetViewRequest()

public GetViewRequest()

GetViewRequest(GetViewRequest)

public GetViewRequest(GetViewRequest other)
Parameter
NameDescription
otherGetViewRequest

Properties

Name

public string Name { get; set; }

Required. The name of the view to get.

Property Value
TypeDescription
String

ViewName

public ViewName ViewName { get; set; }

ViewName-typed view over the Name resource name property.

Property Value
TypeDescription
ViewName