GoogleApi.Connectors.V1.Model.RuntimeActionSchema (google_api_connectors v0.18.0)
View SourceSchema 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. -
inputSchemaAsString
(type:String.t
, default:nil
) - Output only. Input schema as string. -
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. -
resultSchemaAsString
(type:String.t
, default:nil
) - Output only. Result schema as string.
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, inputSchemaAsString: String.t() | nil, resultJsonSchema: GoogleApi.Connectors.V1.Model.JsonSchema.t() | nil, resultMetadata: [GoogleApi.Connectors.V1.Model.ResultMetadata.t()] | nil, resultSchemaAsString: String.t() | nil }