GetProjectsProject

data class GetProjectsProject(val createdAt: String, val description: String, val environment: String, val id: String, val isDefault: Boolean, val name: String, val ownerId: Int, val ownerUuid: String, val purpose: String, val resources: List<String>, val updatedAt: String)

Constructors

Link copied to clipboard
constructor(createdAt: String, description: String, environment: String, id: String, isDefault: Boolean, name: String, ownerId: Int, ownerUuid: String, purpose: String, resources: List<String>, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time when the project was created, (ISO8601)

Link copied to clipboard

The description of the project

Link copied to clipboard

The environment of the project's resources. The possible values are: Development, Staging, Production.

Link copied to clipboard
val id: String

The ID of the project

Link copied to clipboard
Link copied to clipboard

The name of the project

Link copied to clipboard

The ID of the project owner

Link copied to clipboard

The unique universal identifier of the project owner

Link copied to clipboard

The purpose of the project (Default: "Web Application")

Link copied to clipboard

A set of uniform resource names (URNs) for the resources associated with the project

Link copied to clipboard

The date and time when the project was last updated, (ISO8601)