Class: DatadogAPIClient::V1::SyntheticsPatchTestOperation
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V1::SyntheticsPatchTestOperation
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v1/models/synthetics_patch_test_operation.rb
 
Overview
A single JSON Patch operation to perform on the test
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #op  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The operation to perform.
 - 
  
    
      #path  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The path to the value to modify.
 - 
  
    
      #value  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value to use in a JSON Patch operation.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      33 34 35  | 
    
      # File 'lib/datadog_api_client/v1/models/synthetics_patch_test_operation.rb', line 33 def additional_properties @additional_properties end  | 
  
#op ⇒ Object
The operation to perform
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v1/models/synthetics_patch_test_operation.rb', line 25 def op @op end  | 
  
#path ⇒ Object
The path to the value to modify
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v1/models/synthetics_patch_test_operation.rb', line 28 def path @path end  | 
  
#value ⇒ Object
A value to use in a JSON Patch operation
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v1/models/synthetics_patch_test_operation.rb', line 31 def value @value end  |