Class FitDescriptor
Describes the fit level of an asset for migration to a specific target.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class FitDescriptor : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FitLevel
Output only. Fit level.
Declaration
[JsonProperty("fitLevel")]
public virtual string FitLevel { get; set; }
Property Value
Type | Description |
---|---|
string |