GoogleApi.Connectors.V2.Model.InputParameter (google_api_connectors v0.18.0)

View Source

Input Parameter message contains metadata about the parameters required for executing an Action.

Attributes

  • additionalDetails (type: map(), default: nil) - The following map contains fields that are not explicitly mentioned above,this give connectors the flexibility to add new metadata fields.
  • dataType (type: String.t, default: nil) - The data type of the Parameter
  • defaultValue (type: any(), default: nil) - The following field specifies the default value of the Parameter provided by the external system if a value is not provided.
  • description (type: String.t, default: nil) - A brief description of the Parameter.
  • jsonSchema (type: GoogleApi.Connectors.V2.Model.JsonSchema.t, default: nil) - JsonSchema of the parameter, applicable only if parameter is of type STRUCT
  • name (type: String.t, default: nil) - Name of the Parameter.
  • nullable (type: boolean(), default: nil) - Specifies whether a null value is allowed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V2.Model.InputParameter{
  additionalDetails: map() | nil,
  dataType: String.t() | nil,
  defaultValue: any() | nil,
  description: String.t() | nil,
  jsonSchema: GoogleApi.Connectors.V2.Model.JsonSchema.t() | nil,
  name: String.t() | nil,
  nullable: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.