Class: Google::Apis::WalletobjectsV1::CardTemplateOverride

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CardTemplateOverride



705
706
707
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 705

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

Instance Attribute Details

#card_row_template_infosArray<Google::Apis::WalletobjectsV1::CardRowTemplateInfo>

Template information for rows in the card view. At most three rows are allowed to be specified. Corresponds to the JSON property cardRowTemplateInfos



703
704
705
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 703

def card_row_template_infos
  @card_row_template_infos
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



710
711
712
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 710

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