ReturnAddressArgs

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.

Constructors

Link copied to clipboard
constructor(city: Output<String>, countryOrRegion: Output<String>, email: Output<String>, phone: Output<String>, postalCode: Output<String>, recipientName: Output<String>, stateOrProvince: Output<String>? = null, streetAddress1: Output<String>, streetAddress2: Output<String>? = null)

Properties

Link copied to clipboard
val city: Output<String>

The city name to use when returning the drives.

Link copied to clipboard
val countryOrRegion: Output<String>

The country or region to use when returning the drives.

Link copied to clipboard
val email: Output<String>

Email address of the recipient of the returned drives.

Link copied to clipboard
val phone: Output<String>

Phone number of the recipient of the returned drives.

Link copied to clipboard
val postalCode: Output<String>

The postal code to use when returning the drives.

Link copied to clipboard
val recipientName: Output<String>

The name of the recipient who will receive the hard drives when they are returned.

Link copied to clipboard
val stateOrProvince: Output<String>? = null

The state or province to use when returning the drives.

Link copied to clipboard
val streetAddress1: Output<String>

The first line of the street address to use when returning the drives.

Link copied to clipboard
val streetAddress2: Output<String>? = null

The second line of the street address to use when returning the drives.

Functions

Link copied to clipboard
open override fun toJava(): ReturnAddressArgs