Class: DatadogAPIClient::V2::ScaRequestDataAttributesScanStartTimestamp

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#nanosObject

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

#secondsObject

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