Class: DatadogAPIClient::V2::ServiceRepositoryInfoRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ServiceRepositoryInfoRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/service_repository_info_request_attributes.rb
Overview
Attributes for the service repository info request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#service ⇒ Object
readonly
The name of the service.
-
#version ⇒ Object
readonly
The version of the service.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/service_repository_info_request_attributes.rb', line 30 def additional_properties @additional_properties end |
#service ⇒ Object
The name of the service.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/service_repository_info_request_attributes.rb', line 25 def service @service end |
#version ⇒ Object
The version of the service.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/service_repository_info_request_attributes.rb', line 28 def version @version end |