Show / Hide Table of Contents

Class AbstractFormattedText

The type of the formatted text.

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

Properties

ConfigValues

Declaration
[JsonProperty(PropertyName = "configValues")]
public ConfigValues ConfigValues { get; set; }
Property Value
Type Description
ConfigValues
In this article
Back to top