CreateTransferApplianceDetails¶
-
class
oci.dts.models.
CreateTransferApplianceDetails
(**kwargs)¶ Bases:
object
CreateTransferApplianceDetails model.
Methods
__init__
(**kwargs)Initializes a new CreateTransferApplianceDetails object with values from keyword arguments. Attributes
customer_shipping_address
Gets the customer_shipping_address of this CreateTransferApplianceDetails. -
__init__
(**kwargs)¶ Initializes a new CreateTransferApplianceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: customer_shipping_address (oci.dts.models.ShippingAddress) – The value to assign to the customer_shipping_address property of this CreateTransferApplianceDetails.
-
customer_shipping_address
¶ Gets the customer_shipping_address of this CreateTransferApplianceDetails.
Returns: The customer_shipping_address of this CreateTransferApplianceDetails. Return type: oci.dts.models.ShippingAddress
-