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.



696
697
698
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 696

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



694
695
696
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 694

def card_row_template_infos
  @card_row_template_infos
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



701
702
703
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 701

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