Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationDisplay

Package version

interface

An interface representing OperationDisplay. Displayable properties of the operation.

Hierarchy

  • OperationDisplay

Index

Properties

Optional description

description: undefined | string
member

{string} [description] Description of the operation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional operation

operation: undefined | string
member

{string} [operation] Operation Type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provider

provider: undefined | string
member

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

Optional resource

resource: undefined | string
member

{string} [resource] Resource operated on by the operation. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc