Typescript SDK Type Docs
Preparing search index...
Import API SDK
ByProjectKeyImportOperationsByIdRequestBuilder
Class ByProjectKeyImportOperationsByIdRequestBuilder
Index
Constructors
constructor
Properties
args
Methods
get
Constructors
constructor
new
ByProjectKeyImportOperationsByIdRequestBuilder
(
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
id
:
string
;
projectKey
:
string
}
;
}
,
)
:
ByProjectKeyImportOperationsByIdRequestBuilder
Parameters
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
id
:
string
;
projectKey
:
string
}
;
}
Returns
ByProjectKeyImportOperationsByIdRequestBuilder
Properties
Protected
Readonly
args
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
id
:
string
;
projectKey
:
string
}
;
}
Methods
get
get
(
methodArgs
?:
{
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
}
,
)
:
ApiRequest
<
ImportOperation
>
Retrieves an ImportOperation with the provided
id
.
Parameters
Optional
methodArgs
:
{
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
}
Returns
ApiRequest
<
ImportOperation
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
args
Methods
get
Typescript SDK Type Docs
Loading...
Retrieves an ImportOperation with the provided
id.