Show / Hide Table of Contents

Class UpdateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails

The content of a Database Tools database API gateway config API spec sub resource to be updated.

Inheritance
object
UpdateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails
UpdateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDefaultDetails
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
[JsonConverter(typeof(UpdateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetailsModelConverter))]
public class UpdateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails

Properties

Content

Declaration
[JsonProperty(PropertyName = "content")]
public string Content { get; set; }
Property Value
Type Description
string

The content of a string-escaped Open API spec in JSON format.

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

A user-friendly name. Does not have to be unique, and it\u2019s changeable. Avoid entering confidential information.

In this article
Back to top