Connector Profile Pardot Connector Profile Credentials
data class ConnectorProfilePardotConnectorProfileCredentials(val accessToken: String? = null, val clientCredentialsArn: String? = null, val connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, val refreshToken: String? = null)
Constructors
Link copied to clipboard
fun ConnectorProfilePardotConnectorProfileCredentials(accessToken: String? = null, clientCredentialsArn: String? = null, connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, refreshToken: String? = null)