docs/models/KubernetesClusterForPost.md in ionoscloud-6.1.1 vs docs/models/KubernetesClusterForPost.md in ionoscloud-6.1.2

- old
+ new

@@ -2,27 +2,39 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **id** | **String** | The resource&#39;s unique identifier. | [optional][readonly] | -| **type** | **String** | The type of object. | [optional][readonly] | -| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] | + +| **entities** | [**KubernetesClusterEntities**](KubernetesClusterEntities.md) | | [optional] | + +| **href** | **String** | The URL to the object representation (absolute path). | [optional][readonly] | + +| **id** | **String** | The resource unique identifier. | [optional][readonly] | + | **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) | | [optional] | + | **properties** | [**KubernetesClusterPropertiesForPost**](KubernetesClusterPropertiesForPost.md) | | | -| **entities** | [**KubernetesClusterEntities**](KubernetesClusterEntities.md) | | [optional] | +| **type** | **String** | The object type. | [optional][readonly] | + ## Example ```ruby require 'ionoscloud' + instance = Ionoscloud::KubernetesClusterForPost.new( + entities: null, + + href: https://api.ionos.com/cloudapi/v6/k8s/cc536834-b436-4b8e-b7d9-1e1473080057, + id: 1e072e52-2ed3-492f-b6b6-c6b116907527, - type: null, - href: <RESOURCE-URI>, + metadata: null, + properties: null, - entities: null + + type: null ) ```