NodeGroupShareSettings

data class NodeGroupShareSettings(val projectMaps: List<NodeGroupShareSettingsProjectMap>? = null, val shareType: String)

Constructors

Link copied to clipboard
constructor(projectMaps: List<NodeGroupShareSettingsProjectMap>? = null, shareType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS. Structure is documented below.

Link copied to clipboard

Node group sharing type. Possible values are: ORGANIZATION, SPECIFIC_PROJECTS, LOCAL.