ProjectSummary

Contains project summary information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date the project was created, in Unix epoch time.

Link copied to clipboard

The project's description.

Link copied to clipboard
val id: String

The ID of the project.

Link copied to clipboard

The date the project was last updated, in Unix epoch time.

Link copied to clipboard

The name of the project.

Functions

Link copied to clipboard
inline fun copy(block: ProjectSummary.Builder.() -> Unit = {}): ProjectSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String