SalesforceDataCloudProperties class
Connection properties specific to Salesforce DataCloud.
This is intended for use only by Salesforce partner projects.
Constructors
- SalesforceDataCloudProperties({String? identity, String? instanceUri, String? tenantId})
- SalesforceDataCloudProperties.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- identity ↔ String?
-
A unique Google-owned and Google-generated service account identity for
the connection.
getter/setter pair
- instanceUri ↔ String?
-
The URL to the user's Salesforce DataCloud instance.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tenantId ↔ String?
-
The ID of the user's Salesforce tenant.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited