Class: Google::Apis::CloudbillingV1beta::ColumnInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::ColumnInfo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudbilling_v1beta/classes.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb
Overview
Represents a column header.
Instance Attribute Summary collapse
-
#column ⇒ String
Name of the column.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ColumnInfo
constructor
A new instance of ColumnInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ColumnInfo
Returns a new instance of ColumnInfo.
165 166 167 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 165 def initialize(**args) update!(**args) end |
Instance Attribute Details
#column ⇒ String
Name of the column.
Corresponds to the JSON property column
163 164 165 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 163 def column @column end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
170 171 172 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 170 def update!(**args) @column = args[:column] if args.key?(:column) end |