Class IssueCompatibilityIssue
Details about a compatibility issue.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class IssueCompatibilityIssue : IDirectResponseSchema
Properties
AssociatedObject
Output only. Name of the object associated with this compatibility issue relative to the relevant asset. Does not represent a fully qualified resource name and is not intended for programmatic use.
Declaration
[JsonProperty("associatedObject")]
public virtual string AssociatedObject { get; set; }
Property Value
Type | Description |
---|---|
string |
AssociatedObjectType
Output only. Type of object associated with this migration compatibility issue.
Declaration
[JsonProperty("associatedObjectType")]
public virtual string AssociatedObjectType { get; set; }
Property Value
Type | Description |
---|---|
string |
AssociatedValue
Output only. A string representation of actual value associated with this issue. Some values may contain aggregated information, such as a flag name and the actual value assigned to it.
Declaration
[JsonProperty("associatedValue")]
public virtual string AssociatedValue { get; set; }
Property Value
Type | Description |
---|---|
string |
Category
Output only. Category of this compatibility issue.
Declaration
[JsonProperty("category")]
public virtual string Category { 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 |