google_api_cloud_error_reporting v0.3.0 GoogleApi.CloudErrorReporting.V1beta1.Model.TrackingIssue View Source
Information related to tracking the progress on resolving the error.
Attributes
- url (String.t): A URL pointing to a related entry in an issue tracking system.
Example: https://github.com/user/project/issues/4 Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.TrackingIssue{
url: String.t()
}
t() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.TrackingIssue{ url: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.