Class VersionSummary
A summary of the supported MySQL Versions families, and a list of their supported minor versions.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class VersionSummaryProperties
VersionFamily
Declaration
[JsonProperty(PropertyName = "versionFamily")]
public string VersionFamily { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A descriptive summary of a group of versions. | 
Versions
Declaration
[Required(ErrorMessage = "Versions is required.")]
[JsonProperty(PropertyName = "versions")]
public List<Version> Versions { get; set; }Property Value
| Type | Description | 
|---|---|
| List<Version> | The list of supported MySQL Versions. | 
Remarks
Required