Show / Hide Table of Contents

Class ValidationMessage

The level, message key, and validation message.

Inheritance
object
ValidationMessage
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 ValidationMessage

Properties

Level

Declaration
[JsonProperty(PropertyName = "level")]
public string Level { get; set; }
Property Value
Type Description
string

The total number of validation messages.

MessageKey

Declaration
[JsonProperty(PropertyName = "messageKey")]
public string MessageKey { get; set; }
Property Value
Type Description
string

The validation message key.

ValidationMessageProp

Declaration
[JsonProperty(PropertyName = "validationMessage")]
public string ValidationMessageProp { get; set; }
Property Value
Type Description
string

The validation message.

In this article
Back to top