# WeaviateApi.AdaptersActivateResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**activationId** | **String** | An ID that represents the link between the adapter and the user. The activationUrl will give this ID to the adapter for use in the accept API. | [optional] 
**activationUrl** | **String** | A URL to the adapter where the user should go to complete the activation. The URL contains the activationId and the user&#39;s email address. | [optional] 
**kind** | **String** | Identifies what kind of resource this is. Value: the fixed string \&quot;weave#adaptersActivateResponse\&quot;. | [optional] [default to &#39;weave#adaptersActivateResponse&#39;]


