All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.main.kotlin.com.gabrielfeo.develocity.api.model.ProjectGroupsPage.kt Maven / Gradle / Ivy

The newest version!
/**
 *
 * Please note:
 * This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * Do not edit this file manually.
 *
 */

@file:Suppress(
    "ArrayInDataClass",
    "EnumEntryName",
    "RemoveRedundantQualifierName",
    "UnusedImport"
)

package com.gabrielfeo.develocity.api.model

import com.gabrielfeo.develocity.api.model.PageMetadata
import com.gabrielfeo.develocity.api.model.ProjectGroup

import com.squareup.moshi.Json
import com.squareup.moshi.JsonClass

/**
 * A paged list of project groups.
 *
 * @param content A list of project groups.
 * @param page 
 */


data class ProjectGroupsPage (

    /* A list of project groups. */
    @Json(name = "content")
    val content: kotlin.collections.List,

    @Json(name = "page")
    val page: PageMetadata

) {


}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy