Sha256: 8fe99d673e8cab38d026b4310c0666ff96bf45aab0cfa8f25ed311c7aa89bb76
Contents?: true
Size: 736 Bytes
Versions: 4
Compression:
Stored size: 736 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 the collection. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesClusters.new( id: k8s, type: collection, href: <RESOURCE-URI>, items: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems