Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 714 Bytes

File metadata and controls

24 lines (17 loc) · 714 Bytes

LinkSchema

Properties

Name Type Description Notes
href string URI of the link. [optional] [default to undefined]
rel string Specifies the relationship between this link and the resource. [optional] [default to undefined]
method string HTTP method to be used. [optional] [default to undefined]

Example

import { LinkSchema } from 'bandwidth-sdk';

const instance: LinkSchema = {
    href,
    rel,
    method,
};

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