Package version:

Interface Operation

SQL REST API operation definition.

Hierarchy

  • Operation

Properties

The localized display information for this particular operation / action. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the operation being performed on this particular object. NOTE: This property will not be serialized. It can only be populated by the server.

origin?: string

The intended executor of the operation. NOTE: This property will not be serialized. It can only be populated by the server.

properties?: {
    [propertyName: string]: Record<string, unknown>;
}

Additional descriptions for the operation. NOTE: This property will not be serialized. It can only be populated by the server.

Type declaration

  • [propertyName: string]: Record<string, unknown>

Generated using TypeDoc