Show / Hide Table of Contents

Class DatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecCollection

List of Database Tools database API gateway config auto API spec summary items.

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

Properties

Items

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

Array of Database Tools database API gateway config auto API spec summary items.

Remarks

Required

In this article
Back to top