Return Address Args
data class ReturnAddressArgs(val city: Output<String>, val countryOrRegion: Output<String>, val email: Output<String>, val phone: Output<String>, val postalCode: Output<String>, val recipientName: Output<String>, val stateOrProvince: Output<String>? = null, val streetAddress1: Output<String>, val streetAddress2: Output<String>? = null) : ConvertibleToJava<ReturnAddressArgs>
Specifies the return address information for the job.
Properties
Link copied to clipboard
The country or region to use when returning the drives.
Link copied to clipboard
The postal code to use when returning the drives.
Link copied to clipboard
The name of the recipient who will receive the hard drives when they are returned.
Link copied to clipboard
The state or province to use when returning the drives.
Link copied to clipboard
The first line of the street address to use when returning the drives.
Link copied to clipboard
The second line of the street address to use when returning the drives.