Class: Google::Apis::CloudbillingV1beta::ColumnInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#columnString

Name of the column. Corresponds to the JSON property column

Returns:

  • (String)


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