View Source GoogleApi.Manufacturers.V1.Model.GoogleShoppingManufacturersV1ProductCertification (google_api_manufacturers v0.21.0)

Description of a certification.

Attributes

  • authority (type: String.t, default: nil) - Required. Name of the certification body.
  • code (type: String.t, default: nil) - Required. A unique code to identify the certification.
  • name (type: String.t, default: nil) - Required. Name of the certification.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Manufacturers.V1.Model.GoogleShoppingManufacturersV1ProductCertification{
    authority: String.t() | nil,
    code: String.t() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.