Show / Hide Table of Contents

Class ApiCollection

Collection of API summaries.

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

Properties

Items

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

API summaries.

Remarks

Required

In this article
Back to top