次の方法で共有


IssueUpdateContract interface

Issue update Parameters.

Properties

apiId

A resource identifier for the API the issue was created for.

createdDate

Date and time when the issue was created.

description

Text describing the issue.

state

Status of the issue.

title

The issue title.

userId

A resource identifier for the user created the issue.

Property Details

apiId

A resource identifier for the API the issue was created for.

apiId?: string

Property Value

string

createdDate

Date and time when the issue was created.

createdDate?: Date

Property Value

Date

description

Text describing the issue.

description?: string

Property Value

string

state

Status of the issue.

state?: string

Property Value

string

title

The issue title.

title?: string

Property Value

string

userId

A resource identifier for the user created the issue.

userId?: string

Property Value

string