UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

1 lines 763 B
{"version":3,"sources":["../../../src/model/wfl/property-value.ts"],"sourcesContent":["export class PropertyValue {\n public __classname__: string = 'PropertyValue';\n\n public Value : string;\n\tpublic Display : string | null;\n\tpublic Entity : string | null;\n constructor(params : PropertyValueNamedParameters) {\n this.Value = params.Value;\n this.Display = params.Display ?? null;\n this.Entity = params.Entity ?? null;\n } \n}\nexport interface PropertyValueNamedParameters {\n Value: string,\n Display?: string,\n Entity?: string\n}"],"mappings":";AAAO,IAAM,gBAAN,MAAoB;AAAA,EAMvB,YAAY,QAAuC;AALnD,SAAO,gBAAwB;AAM3B,SAAK,QAAQ,OAAO;AACpB,SAAK,UAAU,OAAO,WAAW;AACjC,SAAK,SAAS,OAAO,UAAU;AAAA,EACnC;AACJ;","names":[]}