Class: Google::Apis::WalletobjectsV1::InfoModuleData
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::InfoModuleData
- 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
-
#label_value_rows ⇒ Array<Google::Apis::WalletobjectsV1::LabelValueRow>
A list of collections of labels and values.
-
#show_last_update_time ⇒ Boolean
(also: #show_last_update_time?)
Corresponds to the JSON property
showLastUpdateTime
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InfoModuleData
constructor
A new instance of InfoModuleData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InfoModuleData
Returns a new instance of InfoModuleData.
4507 4508 4509 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4507 def initialize(**args) update!(**args) end |
Instance Attribute Details
#label_value_rows ⇒ Array<Google::Apis::WalletobjectsV1::LabelValueRow>
A list of collections of labels and values. These will be displayed one after
the other in a singular column.
Corresponds to the JSON property labelValueRows
4499 4500 4501 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4499 def label_value_rows @label_value_rows end |
#show_last_update_time ⇒ Boolean Also known as: show_last_update_time?
Corresponds to the JSON property showLastUpdateTime
4504 4505 4506 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4504 def show_last_update_time @show_last_update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4512 4513 4514 4515 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4512 def update!(**args) @label_value_rows = args[:label_value_rows] if args.key?(:label_value_rows) @show_last_update_time = args[:show_last_update_time] if args.key?(:show_last_update_time) end |