GetGroupIdsResult

data class GetGroupIdsResult(val group: String, val groupFullPath: String, val groupGraphqlId: String, val groupId: String, val id: String)

A collection of values returned by getGroupIds.

Constructors

Link copied to clipboard
constructor(group: String, groupFullPath: String, groupGraphqlId: String, groupId: String, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID or URL-encoded path of the group.

Link copied to clipboard

The full path of the group.

Link copied to clipboard

The GraphQL ID of the group.

Link copied to clipboard

The ID of the group.

Link copied to clipboard
val id: String