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

Returns a new instance of CardTemplateOverride.



686
687
688
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 686

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



684
685
686
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 684

def card_row_template_infos
  @card_row_template_infos
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



691
692
693
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 691

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