Class CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails
The content of a Database Tools database API gateway config API spec sub resource to be created.
Inheritance
CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
[JsonConverter(typeof(CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetailsModelConverter))]
public class CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails
Properties
Content
Declaration
[Required(ErrorMessage = "Content is required.")]
[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. |
Remarks
Required
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[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. |
Remarks
Required