Sha256: 2acfb0685e1651c158b0c771a6831cb13840b58cbf9d32548912d4e618a2aa2c
Contents?: true
Size: 472 Bytes
Versions: 1
Compression:
Stored size: 472 Bytes
Contents
# Zilla::IoK8sApiAutoscalingV2ResourceMetricStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **current** | [**IoK8sApiAutoscalingV2MetricValueStatus**](IoK8sApiAutoscalingV2MetricValueStatus.md) | | | | **name** | **String** | Name is the name of the resource in question. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAutoscalingV2ResourceMetricStatus.new( current: null, name: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAutoscalingV2ResourceMetricStatus.md |