Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsRow
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsRow
- 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
Instance Attribute Summary collapse
-
#cells ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsCellValue>
Ordered list of cell values within a row.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmCardsRow
constructor
A new instance of EnterpriseCrmCardsRow.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmCardsRow
Returns a new instance of EnterpriseCrmCardsRow.
101 102 103 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 101 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cells ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsCellValue>
Ordered list of cell values within a row.
Corresponds to the JSON property cells
99 100 101 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 99 def cells @cells end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
106 107 108 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 106 def update!(**args) @cells = args[:cells] if args.key?(:cells) end |