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

View Source

Attributes

  • createTime (type: DateTime.t, default: nil) - The time at which this point was recorded.
  • value (type: number(), default: nil) - The objective value when this point was recorded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSTrainingObjectivePoint{
  createTime: DateTime.t() | nil,
  value: number() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.