GetViewResult

data class GetViewResult(val createTime: String, val displayName: String, val name: String, val updateTime: String, val value: String)

Constructors

Link copied to clipboard
fun GetViewResult(createTime: String, displayName: String, name: String, updateTime: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which this view was created.

Link copied to clipboard

The human-readable display name of the view.

Link copied to clipboard

Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}

Link copied to clipboard

The most recent time at which the view was updated.

Link copied to clipboard

String with specific view properties, must be non-empty.