GetSchemaResult

data class GetSchemaResult(val definition: String, val name: String, val revisionCreateTime: String, val revisionId: String, val type: String)

Constructors

Link copied to clipboard
fun GetSchemaResult(definition: String, name: String, revisionCreateTime: String, revisionId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The definition of the schema. This should contain a string representing the full definition of the schema that is a valid schema definition of the type specified in type.

Link copied to clipboard

Name of the schema. Format is projects/{project}/schemas/{schema}.

Link copied to clipboard

The timestamp that the revision was created.

Link copied to clipboard

Immutable. The revision ID of the schema.

Link copied to clipboard

The type of the schema definition.