Show / Hide Table of Contents

Class AssessmentObjectTypeSummaryCollection

Results of an Assessment Object Type listing. Contains AssessmentObjectTypeSummary items.

Inheritance
object
AssessmentObjectTypeSummaryCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class AssessmentObjectTypeSummaryCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AssessmentObjectTypeSummary> Items { get; set; }
Property Value
Type Description
List<AssessmentObjectTypeSummary>

Items in collection.

Remarks

Required

In this article
Back to top