Table of Contents

Class TargetSQLTableMappings

Namespace
Styra.Opa.OpenApi.Models.Components
Assembly
Styra.Opa.dll
public class TargetSQLTableMappings
Inheritance
TargetSQLTableMappings
Inherited Members

Properties

Mysql

[JsonProperty("mysql")]
public Mysql? Mysql { get; set; }

Property Value

Mysql

Postgresql

[JsonProperty("postgresql")]
public Postgresql? Postgresql { get; set; }

Property Value

Postgresql

Sqlserver

[JsonProperty("sqlserver")]
public Sqlserver? Sqlserver { get; set; }

Property Value

Sqlserver