Class TextHtmlStatementOutputData
The statement output data in html format.
Inherited Members
Namespace: Oci.DataflowService.Models
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public class TextHtmlStatementOutputData : StatementOutputData
Properties
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | The statement code execution output in html format. |
Remarks
Required