Class: DatadogAPIClient::V2::UpsertFormVersionUpsertParams
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpsertFormVersionUpsertParams
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#etag ⇒ Object
The ETag of the latest version.
-
#insert_only ⇒ Object
If true, only a new version may be inserted; updating the current draft is not allowed.
-
#match_policy ⇒ Object
readonly
The policy for matching the latest form version during an upsert 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/v2/models/upsert_form_version_upsert_params.rb', line 33 def additional_properties @additional_properties end |
#etag ⇒ Object
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_only ⇒ Object
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_policy ⇒ Object
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 |