Show / Hide Table of Contents

Class IngestMySqlSqlTextDetails

Collection of SQL Text Entries

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

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<MySqlSqlText> Items { get; set; }
Property Value
Type Description
List<MySqlSqlText>

List of SQL Text Entries.

In this article
Back to top