GoogleApi.Language.V1.Model.XPSResponseExplanationMetadata (google_api_language v0.16.3)

View Source

Attributes

  • inputs (type: %{optional(String.t) => GoogleApi.Language.V1.Model.XPSResponseExplanationMetadataInputMetadata.t}, default: nil) - Metadata of the input.
  • outputs (type: %{optional(String.t) => GoogleApi.Language.V1.Model.XPSResponseExplanationMetadataOutputMetadata.t}, default: nil) - Metadata of the output.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSResponseExplanationMetadata{
  inputs:
    %{
      optional(String.t()) =>
        GoogleApi.Language.V1.Model.XPSResponseExplanationMetadataInputMetadata.t()
    }
    | nil,
  outputs:
    %{
      optional(String.t()) =>
        GoogleApi.Language.V1.Model.XPSResponseExplanationMetadataOutputMetadata.t()
    }
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.