Share via


MemoryStoreDeleteScopeResponseObject Struct

Definition

The MemoryStoreDeleteScopeResponseObject.

public readonly struct MemoryStoreDeleteScopeResponseObject : IEquatable<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreDeleteScopeResponseObject>
type MemoryStoreDeleteScopeResponseObject = struct
Public Structure MemoryStoreDeleteScopeResponseObject
Implements IEquatable(Of MemoryStoreDeleteScopeResponseObject)
Inheritance
MemoryStoreDeleteScopeResponseObject
Implements

Constructors

Name Description
MemoryStoreDeleteScopeResponseObject(String)

Initializes a new instance of MemoryStoreDeleteScopeResponseObject.

Properties

Name Description
MemoryStoreScopeDeleted

memory_store.scope.deleted.

Methods

Name Description
Equals(MemoryStoreDeleteScopeResponseObject)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(MemoryStoreDeleteScopeResponseObject, MemoryStoreDeleteScopeResponseObject)

Determines if two MemoryStoreDeleteScopeResponseObject values are the same.

Implicit(String to MemoryStoreDeleteScopeResponseObject)

Converts a String to a MemoryStoreDeleteScopeResponseObject.

Inequality(MemoryStoreDeleteScopeResponseObject, MemoryStoreDeleteScopeResponseObject)

Determines if two MemoryStoreDeleteScopeResponseObject values are not the same.

Applies to