View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoCloudSchedulerConfig (google_api_integrations v0.6.0)

Cloud Scheduler Trigger configuration

Attributes

  • cronTab (type: String.t, default: nil) - Required. The cron tab of cloud scheduler trigger.
  • errorMessage (type: String.t, default: nil) - Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
  • location (type: String.t, default: nil) - Required. The location where associated cloud scheduler job will be created
  • serviceAccountEmail (type: String.t, default: nil) - Required. Service account used by Cloud Scheduler to trigger the integration at scheduled time

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoCloudSchedulerConfig{
    cronTab: String.t() | nil,
    errorMessage: String.t() | nil,
    location: String.t() | nil,
    serviceAccountEmail: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.