ShippingInformationArgs

data class ShippingInformationArgs(val city: Output<String>? = null, val countryOrRegion: Output<String>? = null, val phone: Output<String>? = null, val postalCode: Output<String>? = null, val recipientName: Output<String>? = null, val stateOrProvince: Output<String>? = null, val streetAddress1: Output<String>? = null, val streetAddress2: Output<String>? = null) : ConvertibleToJava<ShippingInformationArgs>

Contains information about the Microsoft datacenter to which the drives should be shipped.

Constructors

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

Properties

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

The city name to use when returning the drives.

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

The country or region to use when returning the drives.

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

Phone number of the recipient of the returned drives.

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

The postal code to use when returning the drives.

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

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>? = null

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(): ShippingInformationArgs