Connector Profile Google Analytics Connector Profile Credentials
data class ConnectorProfileGoogleAnalyticsConnectorProfileCredentials(val accessToken: String? = null, val clientId: String, val clientSecret: String, val connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, val refreshToken: String? = null)
Constructors
Link copied to clipboard
fun ConnectorProfileGoogleAnalyticsConnectorProfileCredentials(accessToken: String? = null, clientId: String, clientSecret: String, connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, refreshToken: String? = null)