Vision AI v1 API - Class DeleteCollectionMetadata (1.0.0-beta01)

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

Reference documentation and code samples for the Vision AI v1 API class DeleteCollectionMetadata.

Metadata message for DeleteCollectionRequest

Inheritance

object > DeleteCollectionMetadata

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

DeleteCollectionMetadata()

public DeleteCollectionMetadata()

DeleteCollectionMetadata(DeleteCollectionMetadata)

public DeleteCollectionMetadata(DeleteCollectionMetadata other)
Parameter
Name Description
other DeleteCollectionMetadata

Properties

OperationMetadata

public OperationMetadata OperationMetadata { get; set; }

Common metadata of the long-running operation.

Property Value
Type Description
OperationMetadata