class Google::Apis::ContentV2_1::PickupCarrierService

Attributes

carrier_name[RW]

The name of the pickup carrier (e.g., `“UPS”`). Required. Corresponds to the JSON property `carrierName` @return [String]

service_name[RW]

The name of the pickup service (e.g., `“Access point”`). Required. Corresponds to the JSON property `serviceName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 9140
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 9145
def update!(**args)
  @carrier_name = args[:carrier_name] if args.key?(:carrier_name)
  @service_name = args[:service_name] if args.key?(:service_name)
end