GetGroupResult

data class GetGroupResult(val createTime: String, val description: String, val displayName: String, val labels: Map<String, String>, val name: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetGroupResult(createTime: String, description: String, displayName: String, labels: Map<String, String>, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the group was created.

Link copied to clipboard

The description of the resource.

Link copied to clipboard

User-friendly display name.

Link copied to clipboard

Labels as key value pairs.

Link copied to clipboard

The name of the group.

Link copied to clipboard

The timestamp when the group was last updated.