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.
959 960 961 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 959 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
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 |