Sdílet prostřednictvím


OperationEntityBaseContract interface

API Operation Entity Base Contract details.

Properties

description

Description of the operation. May include HTML formatting tags.

policies

Operation Policies

request

An entity containing request details.

responses

Array of Operation responses.

templateParameters

Collection of URL template parameters.

Property Details

description

Description of the operation. May include HTML formatting tags.

description?: string

Property Value

string

policies

Operation Policies

policies?: string

Property Value

string

request

An entity containing request details.

request?: RequestContract

Property Value

responses

Array of Operation responses.

responses?: ResponseContract[]

Property Value

templateParameters

Collection of URL template parameters.

templateParameters?: ParameterContract[]

Property Value