Class: Google::Apis::ContentV2::PickupCarrierService

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PickupCarrierService

Returns a new instance of PickupCarrierService.



7683
7684
7685
# File 'generated/google/apis/content_v2/classes.rb', line 7683

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)


7676
7677
7678
# File 'generated/google/apis/content_v2/classes.rb', line 7676

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)


7681
7682
7683
# File 'generated/google/apis/content_v2/classes.rb', line 7681

def service_name
  @service_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7688
7689
7690
7691
# File 'generated/google/apis/content_v2/classes.rb', line 7688

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