Class: DatadogAPIClient::V2::FormDataAttributes

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

Overview

The attributes of a form.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#activeObject

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_propertiesObject

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

#anonymousObject

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_atObject

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_configObject

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

#descriptionObject

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_dateObject

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_submittedObject

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
end

#idp_surveyObject

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_atObject

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

#nameObject

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_idObject

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

#publicationObject

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_serviceObject

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_responseObject

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_idObject

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_uuidObject

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

#versionObject

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