Class AvailableShapesCollection
Results of an available shapes search. Contains list of shapes.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class AvailableShapesCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AvailableShapeSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<AvailableShapeSummary> | Available shapes list. |
Remarks
Required