dtkt.replication.v1beta1messages.protoCreateDestinationResponse
MessageResponse from create configured destination.
| Field | Type | Number | Description |
|---|---|---|---|
| created | bool | 1 | Indicates whether destination was successfully created. |
| error | string | 2 | An error message if created is false. |
| destination | Destination dtkt.replication.v1beta1.Destination | 3 | The returned destination if created is true. |