Class: DatadogAPIClient::V2::ScaRequestDataAttributesScanStartTimestamp
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScaRequestDataAttributesScanStartTimestamp
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sca_request_data_attributes_scan_start_timestamp.rb
Overview
The time when the SCA scan started.
Instance Attribute Summary collapse
-
#nanos ⇒ Object
readonly
Non-negative fractions of a second at nanosecond resolution.
-
#seconds ⇒ Object
Seconds of UTC time since Unix epoch.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#nanos ⇒ Object
Non-negative fractions of a second at nanosecond resolution.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_scan_start_timestamp.rb', line 25 def nanos @nanos end |
#seconds ⇒ Object
Seconds of UTC time since Unix epoch.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_scan_start_timestamp.rb', line 28 def seconds @seconds end |