View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoAttributes (google_api_integrations v0.10.0)
Attributes are additional options that can be associated with each event property. For more information, see
Attributes
-
dataType(type:String.t, default:nil) - Things like URL, Email, Currency, Timestamp (rather than string, int64...) -
defaultValue(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoValueType.t, default:nil) - Used to define defaults. -
isRequired(type:boolean(), default:nil) - Required for event execution. The validation will be done by the event bus when the event is triggered. -
isSearchable(type:boolean(), default:nil) - Used to indicate if a ParameterEntry should be converted to ParamIndexes for ST-Spanner full-text search. DEPRECATED: use searchable. -
logSettings(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoLogSettings.t, default:nil) - See -
masked(type:boolean(), default:nil) - True if this workflow parameter should be masked in the logs -
readOnly(type:boolean(), default:nil) - Used to indicate if the ParameterEntry is a read only field or not. -
searchable(type:String.t, default:nil) - -
taskVisibility(type:list(String.t), default:nil) - List of tasks that can view this property, if empty then all.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoAttributes{ dataType: String.t() | nil, defaultValue: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoValueType.t() | nil, isRequired: boolean() | nil, isSearchable: boolean() | nil, logSettings: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoLogSettings.t() | nil, masked: boolean() | nil, readOnly: boolean() | nil, searchable: String.t() | nil, taskVisibility: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.