GoogleCloudIntegrationsV1alphaSfdcInstance class

The SfdcInstance resource use to hold channels and connection config data.

Constructors

GoogleCloudIntegrationsV1alphaSfdcInstance({List<String>? authConfigId, String? createTime, String? deleteTime, String? description, String? displayName, String? name, String? serviceAuthority, String? sfdcOrgId, String? updateTime})
GoogleCloudIntegrationsV1alphaSfdcInstance.fromJson(Map json_)

Properties

authConfigId List<String>?
A list of AuthConfigs that can be tried to open the channel to SFDC
getter/setter pair
createTime String?
Time when the instance is created
getter/setter pair
deleteTime String?
Time when the instance was deleted.
getter/setter pair
description String?
A description of the sfdc instance.
getter/setter pair
displayName String?
User selected unique name/alias to easily reference an instance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAuthority String?
URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig).
getter/setter pair
sfdcOrgId String?
The SFDC Org Id.
getter/setter pair
updateTime String?
Time when the instance was last updated
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