Class: DatadogAPIClient::V2::DeploymentGateResponseDataAttributes

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

Overview

Basic information about a deployment gate.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/deployment_gate_response_data_attributes.rb', line 48

def additional_properties
  @additional_properties
end

#created_atObject

The timestamp when the deployment gate was created.



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

def created_at
  @created_at
end

#created_byObject

Information about the user who created the deployment gate.



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

def created_by
  @created_by
end

#dry_runObject

Whether this gate is run in dry-run mode.



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

def dry_run
  @dry_run
end

#envObject

The environment of the deployment gate.



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

def env
  @env
end

#identifierObject

The identifier of the deployment gate.



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

def identifier
  @identifier
end

#serviceObject

The service of the deployment gate.



40
41
42
# File 'lib/datadog_api_client/v2/models/deployment_gate_response_data_attributes.rb', line 40

def service
  @service
end

#updated_atObject

The timestamp when the deployment gate was last updated.



43
44
45
# File 'lib/datadog_api_client/v2/models/deployment_gate_response_data_attributes.rb', line 43

def updated_at
  @updated_at
end

#updated_byObject

Information about the user who updated the deployment gate.



46
47
48
# File 'lib/datadog_api_client/v2/models/deployment_gate_response_data_attributes.rb', line 46

def updated_by
  @updated_by
end