Class: DatadogAPIClient::V2::SecretRuleDataAttributesMatchValidationValidHttpStatusCodeItems

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

Overview

An HTTP status code range that indicates a valid (successful) secret match during validation.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_endObject

The inclusive upper bound of the HTTP status code range.



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

def _end
  @_end
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation_valid_http_status_code_items.rb', line 30

def additional_properties
  @additional_properties
end

#startObject

The inclusive lower bound of the HTTP status code range.



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

def start
  @start
end