# ResourceReference

## Properties

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

\| **id** | **String** | The resource's unique identifier. | |

\| **type** | [**Type**](https://docs.ionos.com/sections-test/ruby-sdk/cloud-api-ruby-sdk/models/type) | The type of object that has been created. | \[optional] |

## Example

```ruby
require 'ionoscloud'


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

  id: null,

  type: "resource"
)
```
