Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsTemplatesAplosSeriesDataRow

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb

Overview

Aplos series row is exactly two columns labeled x and y.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmCardsTemplatesAplosSeriesDataRow

Returns a new instance of EnterpriseCrmCardsTemplatesAplosSeriesDataRow.



169
170
171
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 169

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

Instance Attribute Details

#xGoogle::Apis::IntegrationsV1alpha::EnterpriseCrmCardsCellValue

Corresponds to the JSON property x



162
163
164
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 162

def x
  @x
end

#yGoogle::Apis::IntegrationsV1alpha::EnterpriseCrmCardsCellValue

Corresponds to the JSON property y



167
168
169
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 167

def y
  @y
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



174
175
176
177
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 174

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