GoogleApi.Language.V2.Model.XPSTablesModelStructureModelParametersParameter (google_api_language v0.16.3)

View Source

Attributes

  • floatValue (type: float(), default: nil) - Float type parameter value.
  • intValue (type: String.t, default: nil) - Integer type parameter value.
  • name (type: String.t, default: nil) - Parameter name.
  • stringValue (type: String.t, default: nil) - String type parameter value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Language.V2.Model.XPSTablesModelStructureModelParametersParameter{
    floatValue: float() | nil,
    intValue: String.t() | nil,
    name: String.t() | nil,
    stringValue: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.