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

Response for ListProductCertifications method.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • productCertifications (type: list(GoogleApi.Manufacturers.V1.Model.ProductCertification.t), default: nil) - The product certifications from the specified certification body.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Manufacturers.V1.Model.ListProductCertificationsResponse{
  nextPageToken: String.t() | nil,
  productCertifications:
    [GoogleApi.Manufacturers.V1.Model.ProductCertification.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.