InterfaceOperation Object

Contains information about an API operation.

This object is used by the following operations:

The properties included in the InterfaceOperation object are listed below.

Property Type Description
OperationName string The name of the operation.
WsdlOperationName string The name of the operation as it is represented in the WSDL.
OAuthDetails OperationOAuthDetails Includes information about OAuth details applicable to a specific operation.

Related Topics