Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationDisplay

Package version

interface

An interface representing OperationDisplay. The object that represents the operation.

Hierarchy

  • OperationDisplay

Index

Properties

Optional operation

operation: undefined | string
member

{string} [operation] Operation type: Read, write, delete, etc. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provider

provider: undefined | string
member

{string} [provider] Service provider: Relay. NOTE: This property will not be serialized. It can only be populated by the server.

Optional resource

resource: undefined | string
member

{string} [resource] Resource on which the operation is performed: Invoice, etc. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc