Class: Google::Apis::BigqueryV2::TableFieldSchema::Categories
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::TableFieldSchema::Categories
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb
Overview
Deprecated.
Instance Attribute Summary collapse
-
#names ⇒ Array<String>
Deprecated.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Categories
constructor
A new instance of Categories.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Categories
Returns a new instance of Categories.
10067 10068 10069 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 10067 def initialize(**args) update!(**args) end |
Instance Attribute Details
#names ⇒ Array<String>
Deprecated.
Corresponds to the JSON property names
10065 10066 10067 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 10065 def names @names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10072 10073 10074 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 10072 def update!(**args) @names = args[:names] if args.key?(:names) end |