Show / Hide Table of Contents

Class AvailableShapesCollection

Results of an available shapes search. Contains list of shapes.

Inheritance
object
AvailableShapesCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top