PortfolioDetail

Information about a portfolio.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN assigned to the portfolio.

Link copied to clipboard

The UTC time stamp of the creation time.

Link copied to clipboard

The description of the portfolio.

Link copied to clipboard

The name to use for display purposes.

Link copied to clipboard
val id: String?

The portfolio identifier.

Link copied to clipboard

The name of the portfolio provider.

Functions

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