Class: DatadogAPIClient::V2::SnapshotDataAttributes

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

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



69
70
71
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 69

def additional_properties
  @additional_properties
end

#application_idObject

Returns the value of attribute application_id.



25
26
27
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 25

def application_id
  @application_id
end

#created_atObject

Returns the value of attribute created_at.



28
29
30
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 28

def created_at
  @created_at
end

#created_byObject

Returns the value of attribute created_by.



31
32
33
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 31

def created_by
  @created_by
end

#created_by_handleObject

Returns the value of attribute created_by_handle.



34
35
36
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 34

def created_by_handle
  @created_by_handle
end

#created_by_user_idObject

Returns the value of attribute created_by_user_id.



37
38
39
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 37

def created_by_user_id
  @created_by_user_id
end

#device_typeObject

Returns the value of attribute device_type.



40
41
42
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 40

def device_type
  @device_type
end

#event_idObject

Returns the value of attribute event_id.



43
44
45
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 43

def event_id
  @event_id
end

#is_device_type_selected_by_userObject

Returns the value of attribute is_device_type_selected_by_user.



46
47
48
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 46

def is_device_type_selected_by_user
  @is_device_type_selected_by_user
end

#modified_atObject

Returns the value of attribute modified_at.



49
50
51
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 49

def modified_at
  @modified_at
end

#org_idObject

Returns the value of attribute org_id.



52
53
54
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 52

def org_id
  @org_id
end

#session_idObject

Returns the value of attribute session_id.



55
56
57
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 55

def session_id
  @session_id
end

#snapshot_nameObject

Returns the value of attribute snapshot_name.



58
59
60
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 58

def snapshot_name
  @snapshot_name
end

#startObject

Returns the value of attribute start.



61
62
63
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 61

def start
  @start
end

#view_idObject

Returns the value of attribute view_id.



64
65
66
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 64

def view_id
  @view_id
end

#view_nameObject

Returns the value of attribute view_name.



67
68
69
# File 'lib/datadog_api_client/v2/models/snapshot_data_attributes.rb', line 67

def view_name
  @view_name
end