Sha256: 04e76c2e9caeb69e03866f0dde593bb1fcabe6ae6c0fefcdca7ba639ad555407

Contents?: true

Size: 760 Bytes

Versions: 1

Compression:

Stored size: 760 Bytes

Contents

# LabelResource

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |

| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |

| **id** | **String** | Label on a resource is identified using label key. | [optional][readonly] |

| **metadata** | [**NoStateMetaData**](NoStateMetaData.md) |  | [optional] |

| **properties** | [**LabelResourceProperties**](LabelResourceProperties.md) |  |  |

| **type** | **String** | The type of object that has been created. | [optional][readonly] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::LabelResource.new(
  href: <RESOURCE-URI>,

  id: environment,

  metadata: null,

  properties: null,

  type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/LabelResource.md