View Source GoogleApi.Language.V2.Model.XPSStructType (google_api_language v0.16.0)
StructType
defines the DataType-s of a STRUCT type.
Attributes
-
fields
(type:%{optional(String.t) => GoogleApi.Language.V2.Model.XPSDataType.t}
, default:nil
) - Unordered map of struct field names to their data types.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSStructType{ fields: %{optional(String.t()) => GoogleApi.Language.V2.Model.XPSDataType.t()} | nil }
Functions
Unwrap a decoded JSON object into its complex fields.