View Source GoogleApi.Language.V1.Model.XPSTrainingObjectivePoint (google_api_language v0.14.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.