View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource (google_api_content_warehouse v0.4.0)

The schema source information.

Attributes

  • name (type: String.t, default: nil) - The schema name in the source.
  • processorType (type: String.t, default: nil) - The Doc AI processor type name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource{
    name: String.t() | nil,
    processorType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.