/* Options: Date: 2025-08-05 01:58:51 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.asg.com.au/RestApi //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: RenderMessage.* //ExcludeTypes: //DefaultImports: */ // @Route("/sitefinity/inlineediting/render") export class RenderMessage { public PageId: string; public ControlId: string; public DataItemId: string; public FieldName: string; public Url: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'RenderMessage'; } public getMethod() { return 'POST'; } public createResponse() {} }