Show / Hide Table of Contents

Class OpaInstanceCollection

Results of a opaInstance search. Contains boh OpaInstanceSummary items and other information, such as metadata.

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

Properties

Items

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

List of opaInstances.

Remarks

Required

In this article
Back to top