GetAllocationsResult

data class GetAllocationsResult(val allocations: List<GetAllocationsAllocation>, val filter: String? = null, val id: String, val namespace: String? = null, val prefix: String? = null)

A collection of values returned by getAllocations.

Constructors

Link copied to clipboard
constructor(allocations: List<GetAllocationsAllocation>, filter: String? = null, id: String, namespace: String? = null, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(list of allocations) - A list of allocations matching the search criteria.

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
val namespace: String? = null

(string) - The namespace the allocation belongs to.

Link copied to clipboard
val prefix: String? = null