UserAddressesArgs

constructor(country: Output<String>? = null, formatted: Output<String>? = null, locality: Output<String>? = null, postalCode: Output<String>? = null, primary: Output<Boolean>? = null, region: Output<String>? = null, streetAddress: Output<String>? = null, type: Output<String>? = null)