IClusterOption
No description
interface IClusterOption {
id: Int!
clusterOptionId: Int!
isRequired: YesNo
hidden: YesNo
}
Fields
IClusterOption.id ● Int! non-null scalar
Resource primary identifier
IClusterOption.clusterOptionId ● Int! non-null scalar
The classID of the cluster that represents this cluster
IClusterOption.isRequired ● YesNo enum
Indicates whether an option is required or not
IClusterOption.hidden ● YesNo enum
Indicates whether an option is hidden or not
Implemented By
ClusterOption object