GetOrganizationPlainArgs

data class GetOrganizationPlainArgs(val ignoreArchivedRepos: Boolean? = null, val name: String, val summaryOnly: Boolean? = null) : ConvertibleToJava<GetOrganizationPlainArgs>

A collection of arguments for invoking getOrganization.

Constructors

Link copied to clipboard
constructor(ignoreArchivedRepos: Boolean? = null, name: String, summaryOnly: Boolean? = null)

Properties

Link copied to clipboard

Whether or not to include archived repos in the repositories list. Defaults to false.

Link copied to clipboard

The name of the organization.

Link copied to clipboard
val summaryOnly: Boolean? = null

Exclude the repos, members and other attributes from the returned result. Defaults to false.

Functions

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