Class: Google::Apis::WalletobjectsV1::DetailsTemplateOverride

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) ⇒ DetailsTemplateOverride

Returns a new instance of DetailsTemplateOverride.



953
954
955
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 953

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

Instance Attribute Details

#details_item_infosArray<Google::Apis::WalletobjectsV1::DetailsItemInfo>

Information for the "nth" item displayed in the details list. Corresponds to the JSON property detailsItemInfos



951
952
953
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 951

def details_item_infos
  @details_item_infos
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



958
959
960
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 958

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