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.



949
950
951
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 949

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



947
948
949
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 947

def details_item_infos
  @details_item_infos
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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