UNPKG

@xray-app/xray-automation

Version:

Library for uploading test results to Xray Test Management

12 lines (11 loc) 334 B
export class XrayDatacenterResponseV1 { constructor(response) { this._response = response; if (response.data !== undefined) { this.id = response.data.id; this.key = response.data.key; this.selfUrl = response.data.self; } } } export default XrayDatacenterResponseV1;