GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1RoutineSpecArgument (google_api_data_catalog v0.32.2)

View Source

Input or output argument of a function or stored procedure.

Attributes

  • mode (type: String.t, default: nil) - Specifies whether the argument is input or output.
  • name (type: String.t, default: nil) - The name of the argument. A return argument of a function might not have a name.
  • type (type: String.t, default: nil) - Type of the argument. The exact value depends on the source system and the language.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1RoutineSpecArgument{
    mode: String.t() | nil,
    name: String.t() | nil,
    type: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.