View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionConfig (google_api_integrations v0.9.0)
Attributes
-
customMessage
(type:String.t
, default:nil
) - Optional information to provide recipients of the suspension in addition to the resolution URL, typically containing relevant parameter values from the originating workflow. -
notifications
(type:list(GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoNotification.t)
, default:nil
) - -
suspensionExpiration
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionExpiration.t
, default:nil
) - Indicates the next steps when no external actions happen on the suspension. -
whoMayResolve
(type:list(GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionAuthPermissions.t)
, default:nil
) - Identities able to resolve this suspension.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionConfig{ customMessage: String.t() | nil, notifications: [ GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoNotification.t() ] | nil, suspensionExpiration: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionExpiration.t() | nil, whoMayResolve: [ GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionAuthPermissions.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.