ShipmentPickUpRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shipment pick up request details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ShipmentPickUpRequestTypeConverter))]
public class ShipmentPickUpRequest : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IShipmentPickUpRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ShipmentPickUpRequestTypeConverter))>]
type ShipmentPickUpRequest = class
interface IShipmentPickUpRequest
interface IJsonSerializable
Public Class ShipmentPickUpRequest
Implements IShipmentPickUpRequest
- Inheritance
-
ShipmentPickUpRequest
- Attributes
- Implements
Constructors
ShipmentPickUpRequest() |
Creates an new ShipmentPickUpRequest instance. |
Properties
EndTime |
Maximum date before which the pick up should commence, this must be in local time of pick up area. |
ShipmentLocation |
Shipment Location in the pickup place. Eg.front desk |
StartTime |
Minimum date after which the pick up should commence, this must be in local time of pick up area. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ShipmentPickUpRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ShipmentPickUpRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IShipmentPickUpRequest. |
FromJsonString(String) |
Creates a new instance of ShipmentPickUpRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ShipmentPickUpRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |