Sha256: 30ae596dc7ba7158170ad5769e280ef8480c9b1f984865d5dd8fd262ade0c7a3
Contents?: true
Size: 737 Bytes
Versions: 1
Compression:
Stored size: 737 Bytes
Contents
# KubernetesClusters ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | A unique representation of the Kubernetes cluster as a resource collection. | [optional][readonly] | | **type** | **String** | The type of resource within a collection. | [optional][readonly] | | **href** | **String** | URL to the collection representation (absolute path). | [optional][readonly] | | **items** | [**Array<KubernetesCluster>**](KubernetesCluster.md) | Array of items in that collection. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesClusters.new( id: k8s, type: collection, href: <RESOURCE-URI>, items: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.0.0 | docs/models/KubernetesClusters.md |