PlacementSummary

An object providing summary information for a particular placement.

Types

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

Properties

Link copied to clipboard

The date when the placement was originally created, in UNIX epoch time format.

Link copied to clipboard

The name of the placement being summarized.

Link copied to clipboard

The name of the project containing the placement.

Link copied to clipboard

The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then createdDate and updatedDate are the same.

Functions

Link copied to clipboard
inline fun copy(block: PlacementSummary.Builder.() -> Unit = {}): PlacementSummary
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