GoogleApi.Connectors.V1.Model.RuntimeActionSchema (google_api_connectors v0.2.0) View Source
Schema of a runtime action.
Attributes
-
action
(type:String.t
, default:nil
) - Output only. Name of the action. -
inputParameters
(type:list(GoogleApi.Connectors.V1.Model.InputParameter.t)
, default:nil
) - Output only. List of input parameter metadata for the action. -
resultMetadata
(type:list(GoogleApi.Connectors.V1.Model.ResultMetadata.t)
, default:nil
) - Output only. List of result field metadata.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Connectors.V1.Model.RuntimeActionSchema{ action: String.t() | nil, inputParameters: [GoogleApi.Connectors.V1.Model.InputParameter.t()] | nil, resultMetadata: [GoogleApi.Connectors.V1.Model.ResultMetadata.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.