Information about a user-defined type, used when nameOnly is false in ListTypesOptions.
nameOnly
The definition is very similar to CreateTypeDefinition, except for a couple key differences. See ListTypeDefinition for more information.
name - The name of the UDT.
definition - The field definitions for the UDT.
apiSupport - Information about which Data API operations are supported for this UDT.
Optional
Information about which Data API operations are supported for this UDT.
The field definitions for the UDT, if available.
The name of the UDT.
Information about a user-defined type, used when
nameOnlyis false in ListTypesOptions.The definition is very similar to CreateTypeDefinition, except for a couple key differences. See ListTypeDefinition for more information.
Field
name - The name of the UDT.
Field
definition - The field definitions for the UDT.
Field
apiSupport - Information about which Data API operations are supported for this UDT.
See