Sha256: db26c3052b7b075f22d70c13ef86935996a8853c58f6cbabc864978a2e2a585c
Contents?: true
Size: 489 Bytes
Versions: 1
Compression:
Stored size: 489 Bytes
Contents
# Zilla::IoK8sApiCoreV1EventSeries ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **count** | **Integer** | Number of occurrences in this series up to the last heartbeat time | [optional] | | **last_observed_time** | **Time** | MicroTime is version of Time with microsecond level precision. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1EventSeries.new( count: null, last_observed_time: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1EventSeries.md |