Class: DatadogAPIClient::V2::FormPublicationAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FormPublicationAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/form_publication_attributes.rb
Overview
The attributes of a form publication.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
The time at which the publication was created.
-
#form_id ⇒ Object
readonly
The ID of the form.
-
#form_version ⇒ Object
readonly
The version number that was published.
-
#id ⇒ Object
The ID of the form publication.
-
#modified_at ⇒ Object
readonly
The time at which the publication was last modified.
-
#org_id ⇒ Object
readonly
The ID of the organization that owns this publication.
-
#publish_seq ⇒ Object
readonly
The sequential publication number for this form.
-
#user_id ⇒ Object
readonly
The ID of the user who created this publication.
-
#user_uuid ⇒ Object
readonly
The UUID of the user who created this publication.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/form_publication_attributes.rb', line 51 def additional_properties @additional_properties end |
#created_at ⇒ Object
The time at which the publication was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/form_publication_attributes.rb', line 25 def created_at @created_at end |
#form_id ⇒ Object
The ID of the form.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/form_publication_attributes.rb', line 28 def form_id @form_id end |
#form_version ⇒ Object
The version number that was published.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/form_publication_attributes.rb', line 31 def form_version @form_version end |
#id ⇒ Object
The ID of the form publication.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/form_publication_attributes.rb', line 34 def id @id end |
#modified_at ⇒ Object
The time at which the publication was last modified.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/form_publication_attributes.rb', line 37 def modified_at @modified_at end |
#org_id ⇒ Object
The ID of the organization that owns this publication.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/form_publication_attributes.rb', line 40 def org_id @org_id end |
#publish_seq ⇒ Object
The sequential publication number for this form.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/form_publication_attributes.rb', line 43 def publish_seq @publish_seq end |
#user_id ⇒ Object
The ID of the user who created this publication.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/form_publication_attributes.rb', line 46 def user_id @user_id end |
#user_uuid ⇒ Object
The UUID of the user who created this publication.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/form_publication_attributes.rb', line 49 def user_uuid @user_uuid end |