class Google::Apis::ContentV2_1::OrderPickupDetailsCollector
Attributes
name[RW]
Name of the person picking up the shipment. Corresponds to the JSON property `name` @return [String]
phone_number[RW]
Phone number of the person picking up the shipment. Corresponds to the JSON property `phoneNumber` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 6192 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2_1/classes.rb, line 6197 def update!(**args) @name = args[:name] if args.key?(:name) @phone_number = args[:phone_number] if args.key?(:phone_number) end