Show / Hide Table of Contents

Class DelegationControlSummaryCollection

Results of Delegation Control search, which contains summary of the Delegation Control.

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

Properties

Items

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

contains DelegationControlSummary

Remarks

Required

In this article
Back to top