View Source GoogleApi.Language.V2.Model.XPSDataType (google_api_language v0.16.1)
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_typeis 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_typeprovides type information for the struct's fields. -
timeFormat(type:String.t, default:nil) - If type_code == TIMESTAMP thentime_formatprovides the format in which that time field is expressed. The time_format must be written instrftimesyntax. 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.