InstanceUserMetadata

data class InstanceUserMetadata(val additionalDeveloperUserCount: Int? = null, val additionalStandardUserCount: Int? = null, val additionalViewerUserCount: Int? = null)

Constructors

Link copied to clipboard
constructor(additionalDeveloperUserCount: Int? = null, additionalStandardUserCount: Int? = null, additionalViewerUserCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of additional Developer Users to allocate to the Looker Instance.

Link copied to clipboard

Number of additional Standard Users to allocate to the Looker Instance.

Link copied to clipboard

Number of additional Viewer Users to allocate to the Looker Instance.