GetAdbsCharacterSetsResult

data class GetAdbsCharacterSetsResult(val characterSets: List<GetAdbsCharacterSetsCharacterSet>, val id: String, val location: String)

A collection of values returned by getAdbsCharacterSets.

Constructors

Link copied to clipboard
constructor(characterSets: List<GetAdbsCharacterSetsCharacterSet>, id: String, location: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A character_sets block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard