Google Sheets Linked Service Response
data class GoogleSheetsLinkedServiceResponse(val annotations: List<Any>? = null, val apiToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String)
Linked service for GoogleSheets.
Constructors
Link copied to clipboard
fun GoogleSheetsLinkedServiceResponse(annotations: List<Any>? = null, apiToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String)