View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionExpiration (google_api_integrations v0.2.0)

Attributes

  • expireAfterMs (type: integer(), default: nil) - Milliseconds after which the suspension expires, if no action taken.
  • liftWhenExpired (type: boolean(), default: nil) - Whether the suspension will be REJECTED or LIFTED upon expiration. REJECTED is the default behavior.
  • remindAfterMs (type: integer(), default: nil) - Milliseconds after which the previous suspension action reminder, if any, is sent using the selected notification option, for a suspension which is still PENDING_UNSPECIFIED.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSuspensionExpiration{
    expireAfterMs: integer() | nil,
    liftWhenExpired: boolean() | nil,
    remindAfterMs: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.