View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTeardownTaskConfig (google_api_integrations v0.10.0)
Attributes
-
creatorEmail(type:String.t, default:nil) - The creator's email address. -
name(type:String.t, default:nil) - Required. Unique identifier of the teardown task within this Config. We use this field as the identifier to find next teardown tasks. -
nextTeardownTask(type:GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoNextTeardownTask.t, default:nil) - -
parameters(type:GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoEventParameters.t, default:nil) - The parameters the user can pass to this task. -
properties(type:GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoEventBusProperties.t, default:nil) - -
teardownTaskImplementationClassName(type:String.t, default:nil) - Required. Implementation class name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTeardownTaskConfig{ creatorEmail: String.t() | nil, name: String.t() | nil, nextTeardownTask: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoNextTeardownTask.t() | nil, parameters: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoEventParameters.t() | nil, properties: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoEventBusProperties.t() | nil, teardownTaskImplementationClassName: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.