View Source GoogleApi.Language.V2.Model.XPSDataType (google_api_language v0.14.0)
Indicated the type of data that can be stored in a structured data entity (e.g. a table).
Attributes
-
compatibleDataTypes
(type:list(GoogleApi.Language.V2.Model.XPSDataType.t)
, default:nil
) - The highly compatible data types to this data type. -
listElementType
(type:GoogleApi.Language.V2.Model.XPSDataType.t
, default:nil
) - If type_code == ARRAY, thenlist_element_type
is the type of the elements. -
nullable
(type:boolean()
, default:nil
) - If true, this DataType can also benull
. -
structType
(type:GoogleApi.Language.V2.Model.XPSStructType.t
, default:nil
) - If type_code == STRUCT, thenstruct_type
provides type information for the struct's fields. -
timeFormat
(type:String.t
, default:nil
) - If type_code == TIMESTAMP thentime_format
provides the format in which that time field is expressed. The time_format must be written instrftime
syntax. If time_format is not set, then the default format as described on the field is used. -
typeCode
(type:String.t
, default:nil
) - Required. The TypeCode for this type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.