GetSavedQueryResult

data class GetSavedQueryResult(val content: QueryContentResponse, val createTime: String, val creator: String, val description: String, val labels: Map<String, String>, val lastUpdateTime: String, val lastUpdater: String, val name: String)

Constructors

Link copied to clipboard
fun GetSavedQueryResult(content: QueryContentResponse, createTime: String, creator: String, description: String, labels: Map<String, String>, lastUpdateTime: String, lastUpdater: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The query content.

Link copied to clipboard

The create time of this saved query.

Link copied to clipboard

The account's email address who has created this saved query.

Link copied to clipboard

The description of this saved query. This value should be fewer than 255 characters.

Link copied to clipboard

Labels applied on the resource. This value should not contain more than 10 entries. The key and value of each entry must be non-empty and fewer than 64 characters.

Link copied to clipboard

The account's email address who has updated this saved query most recently.

Link copied to clipboard

The last update time of this saved query.

Link copied to clipboard

The resource name of the saved query. The format must be: * projects/project_number/savedQueries/saved_query_id * folders/folder_number/savedQueries/saved_query_id * organizations/organization_number/savedQueries/saved_query_id