DeleteResponseResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result of a delete response operation.
public class DeleteResponseResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.DeleteResponseResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.DeleteResponseResult>
type DeleteResponseResult = class
interface IJsonModel<DeleteResponseResult>
interface IPersistableModel<DeleteResponseResult>
Public Class DeleteResponseResult
Implements IJsonModel(Of DeleteResponseResult), IPersistableModel(Of DeleteResponseResult)
- Inheritance
-
DeleteResponseResult
- Implements
Constructors
| Name | Description |
|---|---|
| DeleteResponseResult(String) |
Initializes a new instance of DeleteResponseResult. |
Properties
| Name | Description |
|---|---|
| Deleted |
Always return true. |
| Id |
The operation ID. |
| Object |
Gets the Object. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to DeleteResponseResult) | |