Datacenter Address Location Response Response
data class DatacenterAddressLocationResponseResponse(val additionalShippingInformation: String, val addressType: String, val city: String, val company: String, val contactPersonName: String, val country: String, val dataCenterAzureLocation: String, val datacenterAddressType: String, val phone: String, val phoneExtension: String, val state: String, val street1: String, val street2: String, val street3: String, val supportedCarriersForReturnShipment: List<String>, val zip: String)
Datacenter address for given storage location.
Constructors
Link copied to clipboard
fun DatacenterAddressLocationResponseResponse(additionalShippingInformation: String, addressType: String, city: String, company: String, contactPersonName: String, country: String, dataCenterAzureLocation: String, datacenterAddressType: String, phone: String, phoneExtension: String, state: String, street1: String, street2: String, street3: String, supportedCarriersForReturnShipment: List<String>, zip: String)