Class: DatadogAPIClient::V2::SnapshotCreateRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SnapshotCreateRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/snapshot_create_request_data_attributes.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#application_id ⇒ Object
readonly
Returns the value of attribute application_id.
-
#device_type ⇒ Object
readonly
Returns the value of attribute device_type.
-
#event_id ⇒ Object
readonly
Returns the value of attribute event_id.
-
#is_device_type_selected_by_user ⇒ Object
readonly
Returns the value of attribute is_device_type_selected_by_user.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#snapshot_name ⇒ Object
readonly
Returns the value of attribute snapshot_name.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
-
#view_id ⇒ Object
Returns the value of attribute view_id.
-
#view_name ⇒ Object
readonly
Returns the value of attribute view_name.
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/snapshot_create_request_data_attributes.rb', line 51 def additional_properties @additional_properties end |
#application_id ⇒ Object
Returns the value of attribute application_id.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/snapshot_create_request_data_attributes.rb', line 25 def application_id @application_id end |
#device_type ⇒ Object
Returns the value of attribute device_type.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/snapshot_create_request_data_attributes.rb', line 28 def device_type @device_type end |
#event_id ⇒ Object
Returns the value of attribute event_id.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/snapshot_create_request_data_attributes.rb', line 31 def event_id @event_id end |
#is_device_type_selected_by_user ⇒ Object
Returns the value of attribute is_device_type_selected_by_user.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/snapshot_create_request_data_attributes.rb', line 34 def is_device_type_selected_by_user @is_device_type_selected_by_user end |
#session_id ⇒ Object
Returns the value of attribute session_id.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/snapshot_create_request_data_attributes.rb', line 37 def session_id @session_id end |
#snapshot_name ⇒ Object
Returns the value of attribute snapshot_name.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/snapshot_create_request_data_attributes.rb', line 40 def snapshot_name @snapshot_name end |
#start ⇒ Object
Returns the value of attribute start.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/snapshot_create_request_data_attributes.rb', line 43 def start @start end |
#view_id ⇒ Object
Returns the value of attribute view_id.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/snapshot_create_request_data_attributes.rb', line 46 def view_id @view_id end |
#view_name ⇒ Object
Returns the value of attribute view_name.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/snapshot_create_request_data_attributes.rb', line 49 def view_name @view_name end |