Enterprise Knowledge Graph Properties Args
    data class EnterpriseKnowledgeGraphPropertiesArgs(val description: Output<String>? = null, val metadata: Output<Any>? = null, val provisioningState: Output<String>? = null) : ConvertibleToJava<EnterpriseKnowledgeGraphPropertiesArgs> 
The parameters to provide for the EnterpriseKnowledgeGraph.
Constructors
Link copied to clipboard
                fun EnterpriseKnowledgeGraphPropertiesArgs(description: Output<String>? = null, metadata: Output<Any>? = null, provisioningState: Output<String>? = null)