Get Calculated Attribute Definition Result
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)
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
The description of the calculated attribute.
Link copied to clipboard
The display name of the calculated attribute.
Link copied to clipboard
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.