Class: Google::Apis::CloudbillingV1beta::Row

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 row in the query result.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Row

Returns a new instance of Row.



2150
2151
2152
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2150

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valuesArray<Google::Apis::CloudbillingV1beta::ValueProto>

Values for a row in the column order. Corresponds to the JSON property values



2148
2149
2150
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2148

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2155
2156
2157
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2155

def update!(**args)
  @values = args[:values] if args.key?(:values)
end