public sealed class RuntimeActionSchema.Types.InputParameter : IMessage<RuntimeActionSchema.Types.InputParameter>, IEquatable<RuntimeActionSchema.Types.InputParameter>, IDeepCloneable<RuntimeActionSchema.Types.InputParameter>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class RuntimeActionSchema.Types.InputParameter.
Metadata of an input parameter.
Implements
IMessageRuntimeActionSchemaTypesInputParameter, IEquatableRuntimeActionSchemaTypesInputParameter, IDeepCloneableRuntimeActionSchemaTypesInputParameter, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
InputParameter()
public InputParameter()
InputParameter(InputParameter)
public InputParameter(RuntimeActionSchema.Types.InputParameter other)
Parameter | |
---|---|
Name | Description |
other |
RuntimeActionSchemaTypesInputParameter |
Properties
DataType
public DataType DataType { get; set; }
The data type of the Parameter.
Property Value | |
---|---|
Type | Description |
DataType |
DefaultValue
public Value DefaultValue { get; set; }
The following field specifies the default value of the Parameter provided by the external system if a value is not provided.
Property Value | |
---|---|
Type | Description |
Value |
Description
public string Description { get; set; }
A brief description of the Parameter.
Property Value | |
---|---|
Type | Description |
string |
Nullable
public bool Nullable { get; set; }
Specifies whether a null value is allowed.
Property Value | |
---|---|
Type | Description |
bool |
Parameter
public string Parameter { get; set; }
Name of the Parameter.
Property Value | |
---|---|
Type | Description |
string |