google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.Schema View Source

JSON template for Schema resource in Directory API.

Attributes

  • displayName (type: String.t, default: nil) - Display name for the schema.
  • etag (type: String.t, default: nil) - ETag of the resource.
  • fields (type: list(GoogleApi.Admin.Directory_v1.Model.SchemaFieldSpec.t), default: nil) - Fields of Schema
  • kind (type: String.t, default: admin#directory#schema) - Kind of resource this is.
  • schemaId (type: String.t, default: nil) - Unique identifier of Schema (Read-only)
  • schemaName (type: String.t, default: nil) - Schema name

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Admin.Directory_v1.Model.Schema{
  displayName: String.t(),
  etag: String.t(),
  fields: [GoogleApi.Admin.Directory_v1.Model.SchemaFieldSpec.t()],
  kind: String.t(),
  schemaId: String.t(),
  schemaName: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.