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.
4429 4430 4431 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4429 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
4421 4422 4423 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4421 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
4426 4427 4428 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4426 def show_last_update_time @show_last_update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4434 4435 4436 4437 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 4434 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 |