View Source GoogleApi.Admin.Directory_v1.Model.Schema (google_api_admin v0.40.0)

The type of API resource. For Schema resources, this is always admin#directory#schema.

Attributes

  • displayName (type: String.t, default: nil) - Display name for the schema.
  • etag (type: String.t, default: nil) - The ETag of the resource.
  • fields (type: list(GoogleApi.Admin.Directory_v1.Model.SchemaFieldSpec.t), default: nil) - A list of fields in the schema.
  • kind (type: String.t, default: admin#directory#schema) - Kind of resource this is.
  • schemaId (type: String.t, default: nil) - The unique identifier of the schema (Read-only)
  • schemaName (type: String.t, default: nil) - The schema's name. Each schema_name must be unique within a customer. Reusing a name results in a 409: Entity already exists error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.