Show / Hide Table of Contents

Class Issue

An issue associated with a migration.

Inheritance
object
Issue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX