public sealed class CreateViewRequest : IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, IBufferMessage, IMessage
The request to create a view.
Implements
IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
CreateViewRequest()
public CreateViewRequest()
CreateViewRequest(CreateViewRequest)
public CreateViewRequest(CreateViewRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateViewRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent resource of the view. Required. The location to create
a view for.
Format: projects/<Project ID>/locations/<Location ID>
or
projects/<Project Number>/locations/<Location ID>
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
View
public View View { get; set; }
Required. The view resource to create.
Property Value | |
---|---|
Type | Description |
View |