public sealed class DeleteAppRequest : IMessage<DeleteAppRequest>, IEquatable<DeleteAppRequest>, IDeepCloneable<DeleteAppRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class DeleteAppRequest.
Request message for [AgentService.DeleteApp][google.cloud.ces.v1.AgentService.DeleteApp].
Implements
IMessageDeleteAppRequest, IEquatableDeleteAppRequest, IDeepCloneableDeleteAppRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
DeleteAppRequest()
public DeleteAppRequest()DeleteAppRequest(DeleteAppRequest)
public DeleteAppRequest(DeleteAppRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteAppRequest |
Properties
AppName
public AppName AppName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AppName |
|
Etag
public string Etag { get; set; }Optional. The current etag of the app. If an etag is not provided, the deletion will overwrite any concurrent changes. If an etag is provided and does not match the current etag of the app, deletion will be blocked and an ABORTED error will be returned.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. The resource name of the app to delete.
| Property Value | |
|---|---|
| Type | Description |
string |
|