Class: Google::Apis::WalletobjectsV1::DetailsTemplateOverride
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::DetailsTemplateOverride
- 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
-
#details_item_infos ⇒ Array<Google::Apis::WalletobjectsV1::DetailsItemInfo>
Information for the "nth" item displayed in the details list.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DetailsTemplateOverride
constructor
A new instance of DetailsTemplateOverride.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_infos ⇒ Array<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 |