DmConfigEnumValue
**Experimental** Configuration enumeration value for a port setting.
type DmConfigEnumValue {
configDependencies: [DmConfigDependency!]!
display: String!
id: String!
name: String!
}
Fields
DmConfigEnumValue.configDependencies ● [DmConfigDependency!]! non-null object
**Experimental** Configuration dependencies associated with this enumeration value.
DmConfigEnumValue.display ● String! non-null scalar
**Experimental** Display representation of the enumeration value.
DmConfigEnumValue.id ● String! non-null scalar
**Experimental** Identifier for the enumeration value.
DmConfigEnumValue.name ● String! non-null scalar
**Experimental** Display name of the enumeration value.