Get Graph Query Result
data class GetGraphQueryResult(val description: String? = null, val etag: String? = null, val id: String, val location: String, val name: String, val query: String, val resultKind: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeModified: String, val type: String)
Graph Query entity definition.
Constructors
Properties
Link copied to clipboard
The description of a graph query.
Link copied to clipboard
Enum indicating a type of graph query.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
Date and time in UTC of the last modification that was made to this graph query definition.