Class: DatadogAPIClient::V2::OpenAPIEndpoint

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/open_api_endpoint.rb

Overview

Endpoint info extracted from an OpenAPI specification.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#methodObject

The endpoint method.



25
26
27
# File 'lib/datadog_api_client/v2/models/open_api_endpoint.rb', line 25

def method
  @method
end

#pathObject

The endpoint path.



28
29
30
# File 'lib/datadog_api_client/v2/models/open_api_endpoint.rb', line 28

def path
  @path
end