Class: DatadogAPIClient::V2::UpsertFormVersionUpsertParams

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

Overview

Concurrency control parameters for the form version upsert operation.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/upsert_form_version_upsert_params.rb', line 33

def additional_properties
  @additional_properties
end

#etagObject

The ETag of the latest version. Required when match_policy is if_etag_match.



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

def etag
  @etag
end

#insert_onlyObject

If true, only a new version may be inserted; updating the current draft is not allowed.



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

def insert_only
  @insert_only
end

#match_policyObject

The policy for matching the latest form version during an upsert operation.



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

def match_policy
  @match_policy
end