Get Projects Plain Args
data class GetProjectsPlainArgs(val archived: Boolean? = null, val groupId: Int? = null, val includeSubgroups: Boolean? = null, val maxQueryablePages: Int? = null, val membership: Boolean? = null, val minAccessLevel: Int? = null, val orderBy: String? = null, val owned: Boolean? = null, val page: Int? = null, val perPage: Int? = null, val search: String? = null, val simple: Boolean? = null, val sort: String? = null, val starred: Boolean? = null, val statistics: Boolean? = null, val visibility: String? = null, val withCustomAttributes: Boolean? = null, val withIssuesEnabled: Boolean? = null, val withMergeRequestsEnabled: Boolean? = null, val withProgrammingLanguage: String? = null, val withShared: Boolean? = null) : ConvertibleToJava<GetProjectsPlainArgs>
A collection of arguments for invoking getProjects.
Constructors
Link copied to clipboard
fun GetProjectsPlainArgs(archived: Boolean? = null, groupId: Int? = null, includeSubgroups: Boolean? = null, maxQueryablePages: Int? = null, membership: Boolean? = null, minAccessLevel: Int? = null, orderBy: String? = null, owned: Boolean? = null, page: Int? = null, perPage: Int? = null, search: String? = null, simple: Boolean? = null, sort: String? = null, starred: Boolean? = null, statistics: Boolean? = null, visibility: String? = null, withCustomAttributes: Boolean? = null, withIssuesEnabled: Boolean? = null, withMergeRequestsEnabled: Boolean? = null, withProgrammingLanguage: String? = null, withShared: Boolean? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Limit to projects where current user has at least this access level, refer to the official documentation for values. Cannot be used with group_id
.
Link copied to clipboard
Return projects ordered ordered by: id
, name
, path
, created_at
, updated_at
, last_activity_at
, similarity
, repository_size
, storage_size
, packages_size
, wiki_size
. Some values or only available in certain circumstances. See upstream docs for details.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard