shipstation-client
Version:
ShipStation V2 SDK
24 lines (16 loc) • 655 B
Markdown
# Link
A link to a related resource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | **string** | The URL of the linked resource, if any | [default to undefined]
**type** | **string** | The type of resource, or the type of relationship to the parent resource | [optional] [default to undefined]
## Example
```typescript
import { Link } from 'shipstation-client';
const instance: Link = {
href,
type,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)