Class Issue
An issue associated with a migration.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class Issue : IDirectResponseSchema
Properties
CompatibilityIssue
Output only. Details about a compatibility issue.
Declaration
[JsonProperty("compatibilityIssue")]
public virtual IssueCompatibilityIssue CompatibilityIssue { get; set; }
Property Value
Type | Description |
---|---|
IssueCompatibilityIssue |
Description
Output only. English description of the issue.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IssueCode
Output only. Unique identifier for this issue type.
Declaration
[JsonProperty("issueCode")]
public virtual string IssueCode { get; set; }
Property Value
Type | Description |
---|---|
string |