public sealed class DataSchemaDetails.Types.ListConfig : IMessage<DataSchemaDetails.Types.ListConfig>, IEquatable<DataSchemaDetails.Types.ListConfig>, IDeepCloneable<DataSchemaDetails.Types.ListConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class DataSchemaDetails.Types.ListConfig.
The configuration for LIST data type.
Implements
IMessageDataSchemaDetailsTypesListConfig, IEquatableDataSchemaDetailsTypesListConfig, IDeepCloneableDataSchemaDetailsTypesListConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ListConfig()
public ListConfig()ListConfig(ListConfig)
public ListConfig(DataSchemaDetails.Types.ListConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DataSchemaDetailsTypesListConfig |
Properties
ValueSchema
public DataSchemaDetails ValueSchema { get; set; }The value's data schema in the list.
| Property Value | |
|---|---|
| Type | Description |
DataSchemaDetails |
|