@akamai/openapi-ts
Preparing search index...
types.gen
GetAccountLoginData
Type Alias GetAccountLoginData
type
GetAccountLoginData
=
{
body
?:
never
;
path
:
{
loginId
:
number
}
;
query
?:
never
;
url
:
"account/logins/{loginId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
loginId
:
number
}
Type Declaration
loginId
:
number
The ID of the login object to access.
Optional
query
query
?:
never
url
url
:
"account/logins/{loginId}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
The ID of the login object to access.