Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmCardsRow

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#cellsArray<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