Class: Google::Apis::WalletobjectsV1::BarcodeSectionDetail
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::BarcodeSectionDetail
- 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
-
#field_selector ⇒ Google::Apis::WalletobjectsV1::FieldSelector
Custom field selector to use with field overrides.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BarcodeSectionDetail
constructor
A new instance of BarcodeSectionDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BarcodeSectionDetail
Returns a new instance of BarcodeSectionDetail.
337 338 339 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 337 def initialize(**args) update!(**args) end |
Instance Attribute Details
#field_selector ⇒ Google::Apis::WalletobjectsV1::FieldSelector
Custom field selector to use with field overrides.
Corresponds to the JSON property fieldSelector
335 336 337 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 335 def field_selector @field_selector end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
342 343 344 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 342 def update!(**args) @field_selector = args[:field_selector] if args.key?(:field_selector) end |