Integration Connectors v1 API - Class RuntimeActionSchema.Types.ResultMetadata (1.3.0)

public sealed class RuntimeActionSchema.Types.ResultMetadata : IMessage<RuntimeActionSchema.Types.ResultMetadata>, IEquatable<RuntimeActionSchema.Types.ResultMetadata>, IDeepCloneable<RuntimeActionSchema.Types.ResultMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Integration Connectors v1 API class RuntimeActionSchema.Types.ResultMetadata.

Metadata of result field.

Inheritance

object > RuntimeActionSchema.Types.ResultMetadata

Namespace

Google.Cloud.Connectors.V1

Assembly

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