Show / Hide Table of Contents

Class ApiMetadataCollection

Results of a api search.

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

Properties

Items

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

List of apiMetadataSummary.

Remarks

Required

In this article
Back to top