google_api_fitness v0.1.0 GoogleApi.Fitness.V1.Model.DataType View Source
Attributes
- field ([DataTypeField]): A field represents one dimension of a data type. Defaults to:
null
. - name (String.t): Each data type has a unique, namespaced, name. All data types in the com.google namespace are shared as part of the platform. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Fitness.V1.Model.DataType{ field: [GoogleApi.Fitness.V1.Model.DataTypeField.t()], name: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.