Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.5 KB

File metadata and controls

44 lines (37 loc) · 1.5 KB

FetchAllLicenses200Response

Properties

Name Type Description Notes
current_page number [optional] [default to undefined]
data Array<License> [optional] [default to undefined]
first_page_url string [optional] [default to undefined]
from number [optional] [default to undefined]
last_page number [optional] [default to undefined]
last_page_url string [optional] [default to undefined]
links Array<Array<any>> [optional] [default to undefined]
next_page_url string [optional] [default to undefined]
path string [optional] [default to undefined]
per_page number [optional] [default to undefined]
prev_page_url string [optional] [default to undefined]
to number [optional] [default to undefined]
total number [optional] [default to undefined]

Example

import { FetchAllLicenses200Response } from '@hdruk/gateway-api-sdk';

const instance: FetchAllLicenses200Response = {
    current_page,
    data,
    first_page_url,
    from,
    last_page,
    last_page_url,
    links,
    next_page_url,
    path,
    per_page,
    prev_page_url,
    to,
    total,
};

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