Class: Google::Apis::WalletobjectsV1::BarcodeSectionDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_selectorGoogle::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