Sha256: 9cfab4149766d84f4613d617b72bbf894c1f8bb4c6d6be73d5f166dad620210d
Contents?: true
Size: 734 Bytes
Versions: 4
Compression:
Stored size: 734 Bytes
Contents
# KubernetesClusters ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique representation for Kubernetes Cluster as a collection on a resource. | [optional][readonly] | | **type** | **String** | The type of object that has been created | [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
4 entries across 4 versions & 1 rubygems