Class: DatadogAPIClient::V2::SyntheticsTestVersionAttributes

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

Overview

Attributes of a specific Synthetic test version.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



37
38
39
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_attributes.rb', line 37

def additional_properties
  @additional_properties
end

#authorObject

Object describing the author of a test version.



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

def author
  @author
end

#change_metadataObject

List of metadata describing individual changes in this version. Only returned when the include_change_metadata query parameter is true.



29
30
31
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_attributes.rb', line 29

def 
  @change_metadata
end

#payloadObject

The full test configuration at this version.



32
33
34
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_attributes.rb', line 32

def payload
  @payload
end

#version_payload_created_atObject

Timestamp of when this version was created.



35
36
37
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_attributes.rb', line 35

def version_payload_created_at
  @version_payload_created_at
end