class TrackingIssue extends Message

Information related to tracking the progress on resolving the error.

Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\TrackingIssue

Methods

__construct()

No description

string
getUrl()

A URL pointing to a related entry in an issue tracking system.

setUrl(string $var)

A URL pointing to a related entry in an issue tracking system.

Details

at line 26
__construct()

at line 38
string getUrl()

A URL pointing to a related entry in an issue tracking system.

Example: https://github.com/user/project/issues/4

Generated from protobuf field string url = 1;

Return Value

string

at line 50
setUrl(string $var)

A URL pointing to a related entry in an issue tracking system.

Example: https://github.com/user/project/issues/4

Generated from protobuf field string url = 1;

Parameters

string $var