Class: DatadogAPIClient::V2::SyntheticsTestVersionChangeAttributes

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

Overview

Attributes of a version change record.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_attributes.rb', line 36

def additional_properties
  @additional_properties
end

#author_uuidObject

UUID of the user who created this version.



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

def author_uuid
  @author_uuid
end

#change_metadataObject

List of metadata describing individual changes in this version.



28
29
30
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_attributes.rb', line 28

def 
  @change_metadata
end

#version_numberObject

The sequential version number.



31
32
33
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_attributes.rb', line 31

def version_number
  @version_number
end

#version_payload_created_atObject

Timestamp of when this version was created.



34
35
36
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_attributes.rb', line 34

def version_payload_created_at
  @version_payload_created_at
end