Sha256: df703c5b3e0612324d1fc2bbf4078845f5ec2d7aef1b7409a7819d6f299552cf
Contents?: true
Size: 697 Bytes
Versions: 1
Compression:
Stored size: 697 Bytes
Contents
# TargetGroupPut ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **href** | **String** | The URL to the object representation (absolute path). | [optional][readonly] | | **id** | **String** | The resource's unique identifier. | [optional][readonly] | | **properties** | [**TargetGroupProperties**](TargetGroupProperties.md) | | | | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::TargetGroupPut.new( href: <RESOURCE-URI>, id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, properties: null, type: "applicationloadbalancer" ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/TargetGroupPut.md |