View Source GoogleApi.Language.V1.Model.XPSResponseExplanationMetadata (google_api_language v0.16.0)
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
@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
Unwrap a decoded JSON object into its complex fields.