Class: Google::Cloud::AutoML::V1beta1::StructType

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_types.rb

Overview

StructType defines the DataType-s of a STRUCT type.

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsHash{String => Google::Cloud::AutoML::V1beta1::DataType}

Returns Unordered map of struct field names to their data types. Fields cannot be added or removed via Update. Their names and data types are still mutable.

Returns:

  • (Hash{String => Google::Cloud::AutoML::V1beta1::DataType})

    Unordered map of struct field names to their data types. Fields cannot be added or removed via Update. Their names and data types are still mutable.



58
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_types.rb', line 58

class StructType; end