GetAddressesResult

data class GetAddressesResult(val addresses: List<GetAddressesAddress>, val filter: String? = null, val id: String, val project: String, val region: String? = null)

A collection of values returned by getAddresses.

Constructors

Link copied to clipboard
constructor(addresses: List<GetAddressesAddress>, filter: String? = null, id: String, project: String, region: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of addresses matching the filter. Structure is defined below.

Link copied to clipboard
val filter: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val region: String? = null

The region in which the address resides.