View Source GoogleApi.Content.V21.Model.ProductStructuredDescription (google_api_content v0.67.1)

Structured description, for algorithmically (AI)-generated descriptions. See description for more information.

Attributes

  • content (type: String.t, default: nil) - Required. The description text. Maximum length is 5000 characters.
  • digitalSourceType (type: String.t, default: nil) - Optional. The digital source type. Acceptable values are: - "trained_algorithmic_media" - "default"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ProductStructuredDescription{
  content: String.t() | nil,
  digitalSourceType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.