GetGroupResult

data class GetGroupResult(val displayName: String, val inviteLinkCount: Int, val name: String, val releaseCount: Int, val testerCount: Int)

Constructors

Link copied to clipboard
fun GetGroupResult(displayName: String, inviteLinkCount: Int, name: String, releaseCount: Int, testerCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The display name of the group.

Link copied to clipboard

The number of invite links for this group.

Link copied to clipboard

The name of the group resource. Format: projects/{project_number}/groups/{group_alias}

Link copied to clipboard

The number of releases this group is permitted to access.

Link copied to clipboard

The number of testers who are members of this group.