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

Specifies the schema property name.

Attributes

  • documentSchemaName (type: String.t, default: nil) - The document schema name.
  • propertyNames (type: list(String.t), default: nil) - The property definition names in the schema.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1WeightedSchemaProperty{
    documentSchemaName: String.t() | nil,
    propertyNames: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.