Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 520 Bytes

File metadata and controls

22 lines (15 loc) · 520 Bytes

Link

Properties

Name Type Description Notes
rel string [optional] [default to undefined]
href string [optional] [default to undefined]

Example

import { Link } from 'bandwidth-sdk';

const instance: Link = {
    rel,
    href,
};

[Back to Model list] [Back to API list] [Back to README]