Interface protos.google.cloud.securesourcemanager.v1.IIssue (0.11.0)

Properties of an Issue.

Package

@google-cloud/securesourcemanager

Properties

body

body?: (string|null);

Issue body

closeTime

closeTime?: (google.protobuf.ITimestamp|null);

Issue closeTime

createTime

createTime?: (google.protobuf.ITimestamp|null);

Issue createTime

etag

etag?: (string|null);

Issue etag

name

name?: (string|null);

Issue name

state

state?: (google.cloud.securesourcemanager.v1.Issue.State|keyof typeof google.cloud.securesourcemanager.v1.Issue.State|null);

Issue state

title

title?: (string|null);

Issue title

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Issue updateTime