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.



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

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



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

def details_item_infos
  @details_item_infos
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



964
965
966
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 964

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