次の方法で共有


IssueContractProperties interface

Issue contract Properties.

Extends

Properties

description

Text describing the issue.

title

The issue title.

userId

A resource identifier for the user created the issue.

Inherited Properties

apiId

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

createdDate

Date and time when the issue was created.

state

Status of the issue.

Property Details

description

Text describing the issue.

description: 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

Inherited Property Details

apiId

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

apiId?: string

Property Value

string

Inherited From IssueContractBaseProperties.apiId

createdDate

Date and time when the issue was created.

createdDate?: Date

Property Value

Date

Inherited From IssueContractBaseProperties.createdDate

state

Status of the issue.

state?: string

Property Value

string

Inherited From IssueContractBaseProperties.state