GetCalculatedAttributeDefinitionResult

data class GetCalculatedAttributeDefinitionResult(val attributeDetails: CalculatedAttributeDefinitionAttributeDetails? = null, val conditions: CalculatedAttributeDefinitionConditions? = null, val createdAt: String? = null, val description: String? = null, val displayName: String? = null, val lastUpdatedAt: String? = null, val statistic: CalculatedAttributeDefinitionStatistic? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(attributeDetails: CalculatedAttributeDefinitionAttributeDetails? = null, conditions: CalculatedAttributeDefinitionConditions? = null, createdAt: String? = null, description: String? = null, displayName: String? = null, lastUpdatedAt: String? = null, statistic: CalculatedAttributeDefinitionStatistic? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mathematical expression and a list of attribute items specified in that expression.

Link copied to clipboard

The conditions including range, object count, and threshold for the calculated attribute.

Link copied to clipboard
val createdAt: String? = null

The timestamp of when the calculated attribute definition was created.

Link copied to clipboard
val description: String? = null

The description of the calculated attribute.

Link copied to clipboard
val displayName: String? = null

The display name of the calculated attribute.

Link copied to clipboard
val lastUpdatedAt: String? = null

The timestamp of when the calculated attribute definition was most recently edited.

Link copied to clipboard

The aggregation operation to perform for the calculated attribute.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.