ShippingVendors

class oci.dts.models.ShippingVendors(**kwargs)

Bases: object

ShippingVendors model.

Methods

__init__(**kwargs) Initializes a new ShippingVendors object with values from keyword arguments.

Attributes

vendors Gets the vendors of this ShippingVendors.
__init__(**kwargs)

Initializes a new ShippingVendors object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:vendors (list[str]) – The value to assign to the vendors property of this ShippingVendors.
vendors

Gets the vendors of this ShippingVendors. List of available shipping vendors for package delivery

Returns:The vendors of this ShippingVendors.
Return type:list[str]