GoogleApi.Datastream.V1.Model.SalesforceSourceConfig (google_api_datastream v0.10.0)

View Source

Salesforce source configuration

Attributes

  • excludeObjects (type: GoogleApi.Datastream.V1.Model.SalesforceOrg.t, default: nil) - Salesforce objects to exclude from the stream.
  • includeObjects (type: GoogleApi.Datastream.V1.Model.SalesforceOrg.t, default: nil) - Salesforce objects to retrieve from the source.
  • pollingInterval (type: String.t, default: nil) - Required. Salesforce objects polling interval. The interval at which new changes will be polled for each object. The duration must be between 5 minutes and 24 hours.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.SalesforceSourceConfig{
  excludeObjects: GoogleApi.Datastream.V1.Model.SalesforceOrg.t() | nil,
  includeObjects: GoogleApi.Datastream.V1.Model.SalesforceOrg.t() | nil,
  pollingInterval: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.