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