Class: DatadogAPIClient::V2::ScaRequestDataAttributesDependenciesItemsLocationsItemsFilePosition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScaRequestDataAttributesDependenciesItemsLocationsItemsFilePosition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sca_request_data_attributes_dependencies_items_locations_items_file_position.rb
Overview
A range within a file defined by a start and end position, along with the file name.
Instance Attribute Summary collapse
-
#_end ⇒ Object
A specific position (line and column) within a source file.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#file_name ⇒ Object
The name or path of the file containing this location.
-
#start ⇒ Object
A specific position (line and column) within a source file.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
A specific position (line and column) within a source file.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_dependencies_items_locations_items_file_position.rb', line 25 def _end @_end end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_dependencies_items_locations_items_file_position.rb', line 33 def additional_properties @additional_properties end |
#file_name ⇒ Object
The name or path of the file containing this location.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_dependencies_items_locations_items_file_position.rb', line 28 def file_name @file_name end |
#start ⇒ Object
A specific position (line and column) within a source file.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_dependencies_items_locations_items_file_position.rb', line 31 def start @start end |