public sealed class RuntimeActionSchema.Types.ResultMetadata : IMessage<RuntimeActionSchema.Types.ResultMetadata>, IEquatable<RuntimeActionSchema.Types.ResultMetadata>, IDeepCloneable<RuntimeActionSchema.Types.ResultMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Integration Connectors v1 API class RuntimeActionSchema.Types.ResultMetadata.
Metadata of result field.
Implements
IMessageRuntimeActionSchemaTypesResultMetadata, IEquatableRuntimeActionSchemaTypesResultMetadata, IDeepCloneableRuntimeActionSchemaTypesResultMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
ResultMetadata()
public ResultMetadata()ResultMetadata(ResultMetadata)
public ResultMetadata(RuntimeActionSchema.Types.ResultMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
RuntimeActionSchemaTypesResultMetadata |
Properties
DataType
public DataType DataType { get; set; }The data type of the field.
| Property Value | |
|---|---|
| Type | Description |
DataType |
|
Description
public string Description { get; set; }A brief description of the field.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Field
public string Field { get; set; }Name of the result field.
| Property Value | |
|---|---|
| Type | Description |
string |
|