GetOrganizationTeamsPlainArgs

data class GetOrganizationTeamsPlainArgs(val resultsPerPage: Int? = null, val rootTeamsOnly: Boolean? = null, val summaryOnly: Boolean? = null) : ConvertibleToJava<GetOrganizationTeamsPlainArgs>

A collection of arguments for invoking getOrganizationTeams.

Constructors

Link copied to clipboard
constructor(resultsPerPage: Int? = null, rootTeamsOnly: Boolean? = null, summaryOnly: Boolean? = null)

Properties

Link copied to clipboard
val resultsPerPage: Int? = null

(Optional) Set the number of results per graphql query. Reducing this number can alleviate timeout errors. Accepts a value between 0 - 100. Defaults to 100.

Link copied to clipboard
val rootTeamsOnly: Boolean? = null

(Optional) Only return teams that are at the organization's root, i.e. no nested teams. Defaults to false.

Link copied to clipboard
val summaryOnly: Boolean? = null

(Optional) Exclude the members and repositories of the team from the returned result. Defaults to false.

Functions

Link copied to clipboard
open override fun toJava(): GetOrganizationTeamsPlainArgs