OperationResult interface 
A Microsoft.Datadog REST API operation.
Properties
| display | The object that represents the operation.  | 
| is | 
	Indicates whether the operation is a data action  | 
| name | Operation name, i.e., {provider}/{resource}/{operation}.  | 
Property Details
display
The object that represents the operation.
display?: OperationDisplay
				Property Value
		isDataAction
	  
	Indicates whether the operation is a data action
isDataAction?: boolean
				Property Value
boolean
name
Operation name, i.e., {provider}/{resource}/{operation}.
name?: string
				Property Value
string