Class: Google::Apis::ContentV2_1::PickupServicesPickupService

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) ⇒ PickupServicesPickupService

Returns a new instance of PickupServicesPickupService.



7563
7564
7565
# File 'lib/google/apis/content_v2_1/classes.rb', line 7563

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

Instance Attribute Details

#carrier_nameString

The name of the carrier (for example, "UPS"). Always present. Corresponds to the JSON property carrierName

Returns:

  • (String)


7551
7552
7553
# File 'lib/google/apis/content_v2_1/classes.rb', line 7551

def carrier_name
  @carrier_name
end

#countryString

The CLDR country code of the carrier (for example, "US"). Always present. Corresponds to the JSON property country

Returns:

  • (String)


7556
7557
7558
# File 'lib/google/apis/content_v2_1/classes.rb', line 7556

def country
  @country
end

#service_nameString

The name of the pickup service (for example, "Access point"). Always present. Corresponds to the JSON property serviceName

Returns:

  • (String)


7561
7562
7563
# File 'lib/google/apis/content_v2_1/classes.rb', line 7561

def service_name
  @service_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7568
7569
7570
7571
7572
# File 'lib/google/apis/content_v2_1/classes.rb', line 7568

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