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

Attributes

  • deletion (type: boolean(), default: nil) - This field can be set to true to indicate that the associated part of the schema is being deleted as part of the remodeling.
  • id (type: String.t, default: nil) - The remodeling ID. Each remodeling has a unique ID that is used to associate changes with that remodeling.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodeling{
  deletion: boolean() | nil,
  id: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.