Package-level declarations

Types

Link copied to clipboard
data class GetGraphQueryResult(val azureApiVersion: String, val description: String? = null, val etag: String? = null, val id: String, val location: String? = null, 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.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.