Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionConfig
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Instance Attribute Summary collapse
-
#custom_message ⇒ String
Optional information to provide recipients of the suspension in addition to the resolution URL, typically containing relevant parameter values from the originating workflow.
-
#notifications ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoNotification>
Corresponds to the JSON property
notifications. -
#suspension_expiration ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionExpiration
Indicates the next steps when no external actions happen on the suspension.
-
#who_may_resolve ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionAuthPermissions>
Identities able to resolve this suspension.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoSuspensionConfig
constructor
A new instance of EnterpriseCrmEventbusProtoSuspensionConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoSuspensionConfig
Returns a new instance of EnterpriseCrmEventbusProtoSuspensionConfig.
2457 2458 2459 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2457 def initialize(**args) update!(**args) end |
Instance Attribute Details
#custom_message ⇒ String
Optional information to provide recipients of the suspension in addition to
the resolution URL, typically containing relevant parameter values from the
originating workflow.
Corresponds to the JSON property customMessage
2440 2441 2442 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2440 def @custom_message end |
#notifications ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoNotification>
Corresponds to the JSON property notifications
2445 2446 2447 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2445 def notifications @notifications end |
#suspension_expiration ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionExpiration
Indicates the next steps when no external actions happen on the suspension.
Corresponds to the JSON property suspensionExpiration
2450 2451 2452 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2450 def suspension_expiration @suspension_expiration end |
#who_may_resolve ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionAuthPermissions>
Identities able to resolve this suspension.
Corresponds to the JSON property whoMayResolve
2455 2456 2457 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2455 def who_may_resolve @who_may_resolve end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2462 2463 2464 2465 2466 2467 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2462 def update!(**args) @custom_message = args[:custom_message] if args.key?(:custom_message) @notifications = args[:notifications] if args.key?(:notifications) @suspension_expiration = args[:suspension_expiration] if args.key?(:suspension_expiration) @who_may_resolve = args[:who_may_resolve] if args.key?(:who_may_resolve) end |