Sha256: df80181ae755aaad2ae9793ab48bb3086c0b958dfcc255f42fe5140886f4cff9
Contents?: true
Size: 428 Bytes
Versions: 7
Compression:
Stored size: 428 Bytes
Contents
# DatadogAPIClient::V1::UsageFargateHour ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **hour** | **Time** | The hour for the usage. | [optional] | | **tasks_count** | **Integer** | The number of Fargate tasks run. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageFargateHour.new( hour: null, tasks_count: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems