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

Attributes

  • name (type: String.t, default: nil) - Module name, e.g. hairdresser_reservation. from quality/views/extraction/kcube/bg/modules/modules.bzl.
  • services (type: list(String.t), default: nil) - Services of this module that are supported by the business, e.g. haircuts.
  • useCase (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule{
    name: String.t() | nil,
    services: [String.t()] | nil,
    useCase: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.