Class: Google::Apis::ContentV2_1::PickupCarrierService

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PickupCarrierService

Returns a new instance of PickupCarrierService.



8742
8743
8744
# File 'lib/google/apis/content_v2_1/classes.rb', line 8742

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#carrier_nameString

The name of the pickup carrier (e.g., "UPS"). Required. Corresponds to the JSON property carrierName

Returns:

  • (String)


8735
8736
8737
# File 'lib/google/apis/content_v2_1/classes.rb', line 8735

def carrier_name
  @carrier_name
end

#service_nameString

The name of the pickup service (e.g., "Access point"). Required. Corresponds to the JSON property serviceName

Returns:

  • (String)


8740
8741
8742
# File 'lib/google/apis/content_v2_1/classes.rb', line 8740

def service_name
  @service_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8747
8748
8749
8750
# File 'lib/google/apis/content_v2_1/classes.rb', line 8747

def update!(**args)
  @carrier_name = args[:carrier_name] if args.key?(:carrier_name)
  @service_name = args[:service_name] if args.key?(:service_name)
end