GoogleCloudContentwarehouseV1WeightedSchemaProperty

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1WeightedSchemaProperty


Table of Contents ▼

Jump to a specific part of the page:

Description

Specifies the schema property name.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1WeightedSchemaProperty