Skip to main content

ClusterAttribute

No description

type ClusterAttribute implements Attribute {
id: String!
value: AttributeValue!
createdAt: DateTime!
lastModifiedAt: DateTime!
createdBy: Int
lastModifiedBy: Int
attributeDescription: AttributeDescription
clusterId: Int!
}

Fields

ClusterAttribute.id ● String! non-null scalar

The ID of the attribute

ClusterAttribute.value ● AttributeValue! non-null interface

The value of the attribute

ClusterAttribute.createdAt ● DateTime! non-null scalar

The date when the attribute was created

ClusterAttribute.lastModifiedAt ● DateTime! non-null scalar

The date when the attribute was last modified

ClusterAttribute.createdBy ● Int scalar

The ID of the user that created the attribute

ClusterAttribute.lastModifiedBy ● Int scalar

The ID of the user that last modified the attribute

ClusterAttribute.attributeDescription ● AttributeDescription object

ClusterAttribute.clusterId ● Int! non-null scalar

The ID of the cluster this attribute belongs to

Interfaces

Attribute interface