Sha256: e1c91ecbe7fccb95f96fc81c4e32a2bb1a1e067507fc3423b404e53293ab77c8
Contents?: true
Size: 453 Bytes
Versions: 6
Compression:
Stored size: 453 Bytes
Contents
# DatadogAPIClient::V1::WidgetFormulaLimit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **count** | **Integer** | Number of results to return. | [optional] | | **order** | [**QuerySortOrder**](QuerySortOrder.md) | | [optional][default to 'desc'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::WidgetFormulaLimit.new( count: null, order: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems