class Azure::DataBox::Mgmt::V2018_01_01::Models::ShipmentPickUpResponse
Shipment pick up response.
Attributes
confirmation_number[RW]
@return [String] Confirmation number for the pick up request.
ready_by_time[RW]
@return [DateTime] Time by which shipment should be ready for pick up, this is in local time of pick up area.
Private Class Methods
mapper()
click to toggle source
Mapper for ShipmentPickUpResponse
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-01-01/generated/azure_mgmt_databox/models/shipment_pick_up_response.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ShipmentPickUpResponse', type: { name: 'Composite', class_name: 'ShipmentPickUpResponse', model_properties: { confirmation_number: { client_side_validation: true, required: false, read_only: true, serialized_name: 'confirmationNumber', type: { name: 'String' } }, ready_by_time: { client_side_validation: true, required: false, read_only: true, serialized_name: 'readyByTime', type: { name: 'DateTime' } } } } } end