ReferenceListScopeInfoReferenceListScope

data class ReferenceListScopeInfoReferenceListScope(val scopeNames: List<String>? = null)

Constructors

Link copied to clipboard
constructor(scopeNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val scopeNames: List<String>? = null

Optional. The list of scope names of the reference list. The scope names should be full resource names and should be of the format: "projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}".