Show / Hide Table of Contents

Class DomainCollection

Result of a query request for a list of domains. Contains DomainSummary items.

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

Properties

Items

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

Array containing DomainSummary items.

Remarks

Required

In this article
Back to top