GetGroupResult

data class GetGroupResult(val createTime: String, val description: String, val displayName: String, val name: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, displayName: String, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The create time timestamp.

Link copied to clipboard

User-provided description of the group.

Link copied to clipboard

Display name is a user defined name for this group which can be updated.

Link copied to clipboard

The Group name.

Link copied to clipboard

The update time timestamp.