Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsTemplatesAplosSeriesData
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsTemplatesAplosSeriesData
- 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
-
#rows ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsTemplatesAplosSeriesDataRow>
A single Series Row Corresponds to the JSON property
rows.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmCardsTemplatesAplosSeriesData
constructor
A new instance of EnterpriseCrmCardsTemplatesAplosSeriesData.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#rows ⇒ Array<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 |