@eddye68/studio-client
Version:
The AWS service Studio client
26 lines • 733 B
JavaScript
// src/model/wfl/version-info.ts
var Versioninfo = class {
constructor(Version = null, User = null, Comment = null, Slugline = null, Created = null, Object = null, State = null, Attachment = null) {
this.__classname__ = "Versioninfo";
this.Version = null;
this.User = null;
this.Comment = null;
this.Slugline = null;
this.Created = null;
this.Object = null;
this.State = null;
this.Attachment = null;
this.Version = Version;
this.User = User;
this.Comment = Comment;
this.Slugline = Slugline;
this.Created = Created;
this.Object = Object;
this.State = State;
this.Attachment = Attachment;
}
};
export {
Versioninfo
};
//# sourceMappingURL=version-info.mjs.map