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

View Source

Salesforce profile

Attributes

  • domain (type: String.t, default: nil) - Required. Domain endpoint for the Salesforce connection.
  • oauth2ClientCredentials (type: GoogleApi.Datastream.V1.Model.Oauth2ClientCredentials.t, default: nil) - Connected app authentication.
  • userCredentials (type: GoogleApi.Datastream.V1.Model.UserCredentials.t, default: nil) - User-password authentication.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.SalesforceProfile{
  domain: String.t() | nil,
  oauth2ClientCredentials:
    GoogleApi.Datastream.V1.Model.Oauth2ClientCredentials.t() | nil,
  userCredentials: GoogleApi.Datastream.V1.Model.UserCredentials.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.