Sha256: eb9ab8750cd88f2a892a4f1e12e7bc76544463b769cf2b99886b55775956f06d

Contents?: true

Size: 360 Bytes

Versions: 2

Compression:

Stored size: 360 Bytes

Contents

# PCPServerSDK::LinkInformation

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **href** | **String** | URL of link. |  |
| **type** | **String** | Content type of linked data. |  |

## Example

```ruby
require 'PCP-server-Ruby-SDK'

instance = PCPServerSDK::LinkInformation.new(
  href: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pcp-server-ruby-sdk-0.0.6 docs/LinkInformation.md
pcp-server-ruby-sdk-0.1.0 docs/LinkInformation.md