FetchAllLicenses200Response
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]
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]