Class TargetAssetCollection
Results of a target asset search.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class TargetAssetCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TargetAssetSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<TargetAssetSummary> | List of target asset summaries. |
Remarks
Required