Class: DatadogAPIClient::V2::WidgetSearchMeta

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

Overview

Metadata about the search results.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/widget_search_meta.rb', line 36

def additional_properties
  @additional_properties
end

#created_by_anyone_totalObject

Total number of widgets created by anyone.



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

def created_by_anyone_total
  @created_by_anyone_total
end

#created_by_you_totalObject

Total number of widgets created by the current user.



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

def created_by_you_total
  @created_by_you_total
end

#favorited_by_you_totalObject

Total number of widgets favorited by the current user.



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

def favorited_by_you_total
  @favorited_by_you_total
end

#filtered_totalObject

Total number of widgets matching the current filter criteria.



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

def filtered_total
  @filtered_total
end