Show / Hide Table of Contents

Class DatabaseToolsDatabaseApiGatewayConfigCollection

List of Database Tools database API gateway config summary items.

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

Properties

Items

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

Array of Database Tools database API gateway config summary items.

Remarks

Required

In this article
Back to top