UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

14 lines 295 B
// src/model/wfl/object-label.ts var ObjectLabel = class { constructor(Id = null, Name = null) { this.__classname__ = "ObjectLabel"; this.Id = null; this.Name = null; this.Id = Id; this.Name = Name; } }; export { ObjectLabel }; //# sourceMappingURL=object-label.mjs.map