Class AssetList
Lists the asset IDs of all assets.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class AssetList : IDirectResponseSchema
Properties
AssetIds
Required. A list of asset IDs
Declaration
[JsonProperty("assetIds")]
public virtual IList<string> AssetIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |