Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationTagResourceContractProperties

Package version

Operation Entity contract Properties.

Hierarchy

  • OperationTagResourceContractProperties

Index

Properties

Optional apiName

apiName: undefined | string

API Name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional apiRevision

apiRevision: undefined | string

API Revision. NOTE: This property will not be serialized. It can only be populated by the server.

Optional apiVersion

apiVersion: undefined | string

API Version. NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

Operation Description. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Identifier of the operation in form /operations/{operationId}.

Optional method

method: undefined | string

A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Operation name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional urlTemplate

urlTemplate: undefined | string

Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date} NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc