Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsTemplatesAplosSeriesData

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

Data used to render an Aplos Series card.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmCardsTemplatesAplosSeriesData

Returns a new instance of EnterpriseCrmCardsTemplatesAplosSeriesData.



145
146
147
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 145

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

Instance Attribute Details

#rowsArray<Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsTemplatesAplosSeriesDataRow>

A single Series Row Corresponds to the JSON property rows



143
144
145
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 143

def rows
  @rows
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



150
151
152
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 150

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