View Source GoogleApi.Connectors.V1.Model.RuntimeActionSchema (google_api_connectors v0.11.0)
Schema of a runtime action.
Attributes
-
action(type:String.t, default:nil) - Output only. Name of the action. -
description(type:String.t, default:nil) - Output only. Brief Description of action -
displayName(type:String.t, default:nil) - Output only. Display Name of action to be shown on client side -
inputJsonSchema(type:GoogleApi.Connectors.V1.Model.JsonSchema.t, default:nil) - Output only. JsonSchema representation of this action's input metadata -
inputParameters(type:list(GoogleApi.Connectors.V1.Model.InputParameter.t), default:nil) - Output only. List of input parameter metadata for the action. -
resultJsonSchema(type:GoogleApi.Connectors.V1.Model.JsonSchema.t, default:nil) - Output only. JsonSchema representation of this action's result metadata -
resultMetadata(type:list(GoogleApi.Connectors.V1.Model.ResultMetadata.t), default:nil) - Output only. List of result field metadata.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.RuntimeActionSchema{ action: String.t() | nil, description: String.t() | nil, displayName: String.t() | nil, inputJsonSchema: GoogleApi.Connectors.V1.Model.JsonSchema.t() | nil, inputParameters: [GoogleApi.Connectors.V1.Model.InputParameter.t()] | nil, resultJsonSchema: GoogleApi.Connectors.V1.Model.JsonSchema.t() | nil, resultMetadata: [GoogleApi.Connectors.V1.Model.ResultMetadata.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.