View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTaskUiConfig (google_api_integrations v0.6.0)

Task authors would use this type to configure the UI for a particular task by specifying what UI config modules should be included to compose the UI. Learn more about config module framework:

Attributes

  • taskUiModuleConfigs (type: list(GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTaskUiModuleConfig.t), default: nil) - Configurations of included config modules.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTaskUiConfig{
  taskUiModuleConfigs:
    [
      GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTaskUiModuleConfig.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.