Class: DatadogAPIClient::V2::FormDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FormDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/form_data_attributes.rb
Overview
The attributes of a form.
Instance Attribute Summary collapse
-
#active ⇒ Object
readonly
Whether the form is currently active.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#anonymous ⇒ Object
readonly
Whether the form accepts anonymous submissions.
-
#created_at ⇒ Object
readonly
The time at which the form was created.
-
#datastore_config ⇒ Object
readonly
The datastore configuration for a form.
-
#description ⇒ Object
readonly
The description of the form.
-
#end_date ⇒ Object
The date and time at which the form stops accepting responses.
-
#has_submitted ⇒ Object
Whether the current user has already submitted this form.
-
#idp_survey ⇒ Object
readonly
Whether the form is an IDP survey.
-
#modified_at ⇒ Object
readonly
The time at which the form was last modified.
-
#name ⇒ Object
readonly
The name of the form.
-
#org_id ⇒ Object
readonly
The ID of the organization that owns this form.
-
#publication ⇒ Object
The attributes of a form publication.
-
#self_service ⇒ Object
readonly
Whether the form is available in the self-service catalog.
-
#single_response ⇒ Object
readonly
Whether each user can only submit one response.
-
#user_id ⇒ Object
readonly
The ID of the user who created this form.
-
#user_uuid ⇒ Object
readonly
The UUID of the user who created this form.
-
#version ⇒ Object
The attributes of a form version.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#active ⇒ Object
Whether the form is currently active.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 25 def active @active end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
75 76 77 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 75 def additional_properties @additional_properties end |
#anonymous ⇒ Object
Whether the form accepts anonymous submissions.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 28 def anonymous @anonymous end |
#created_at ⇒ Object
The time at which the form was created.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 31 def created_at @created_at end |
#datastore_config ⇒ Object
The datastore configuration for a form.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 34 def datastore_config @datastore_config end |
#description ⇒ Object
The description of the form.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 37 def description @description end |
#end_date ⇒ Object
The date and time at which the form stops accepting responses.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 40 def end_date @end_date end |
#has_submitted ⇒ Object
Whether the current user has already submitted this form. Only present for forms with single_response set to true.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 43 def has_submitted @has_submitted end |
#idp_survey ⇒ Object
Whether the form is an IDP survey.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 46 def idp_survey @idp_survey end |
#modified_at ⇒ Object
The time at which the form was last modified.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 49 def modified_at @modified_at end |
#name ⇒ Object
The name of the form.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 52 def name @name end |
#org_id ⇒ Object
The ID of the organization that owns this form.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 55 def org_id @org_id end |
#publication ⇒ Object
The attributes of a form publication.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 58 def publication @publication end |
#self_service ⇒ Object
Whether the form is available in the self-service catalog.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 61 def self_service @self_service end |
#single_response ⇒ Object
Whether each user can only submit one response.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 64 def single_response @single_response end |
#user_id ⇒ Object
The ID of the user who created this form.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 67 def user_id @user_id end |
#user_uuid ⇒ Object
The UUID of the user who created this form.
70 71 72 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 70 def user_uuid @user_uuid end |
#version ⇒ Object
The attributes of a form version.
73 74 75 |
# File 'lib/datadog_api_client/v2/models/form_data_attributes.rb', line 73 def version @version end |