Class: DatadogAPIClient::V2::FormVersionAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FormVersionAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/form_version_attributes.rb
Overview
The attributes of a form version.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
The time at which the version was created.
-
#data_definition ⇒ Object
readonly
A JSON Schema definition that describes the form's data fields.
-
#definition_signature ⇒ Object
readonly
The signature of the version definition.
-
#etag ⇒ Object
The ETag for optimistic concurrency control.
-
#id ⇒ Object
The ID of the form version.
-
#modified_at ⇒ Object
readonly
The time at which the version was last modified.
-
#state ⇒ Object
readonly
The state of a form version.
-
#ui_definition ⇒ Object
readonly
UI configuration for rendering form fields, including widget overrides, field ordering, and themes.
-
#user_id ⇒ Object
readonly
The ID of the user who created this version.
-
#user_uuid ⇒ Object
readonly
The UUID of the user who created this version.
-
#version ⇒ Object
readonly
The sequential version number.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 57 def additional_properties @additional_properties end |
#created_at ⇒ Object
The time at which the version was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 25 def created_at @created_at end |
#data_definition ⇒ Object
A JSON Schema definition that describes the form's data fields.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 28 def data_definition @data_definition end |
#definition_signature ⇒ Object
The signature of the version definition.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 31 def definition_signature @definition_signature end |
#etag ⇒ Object
The ETag for optimistic concurrency control.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 34 def etag @etag end |
#id ⇒ Object
The ID of the form version.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 37 def id @id end |
#modified_at ⇒ Object
The time at which the version was last modified.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 40 def modified_at @modified_at end |
#state ⇒ Object
The state of a form version.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 43 def state @state end |
#ui_definition ⇒ Object
UI configuration for rendering form fields, including widget overrides, field ordering, and themes.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 46 def ui_definition @ui_definition end |
#user_id ⇒ Object
The ID of the user who created this version.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 49 def user_id @user_id end |
#user_uuid ⇒ Object
The UUID of the user who created this version.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 52 def user_uuid @user_uuid end |
#version ⇒ Object
The sequential version number.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/form_version_attributes.rb', line 55 def version @version end |