Class UpdateDetailedDescriptionDetails
Properties used in detailed description update operations.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class UpdateDetailedDescriptionDetails
Properties
DetailedDescription
Declaration
[JsonProperty(PropertyName = "detailedDescription")]
public string DetailedDescription { get; set; }
Property Value
Type | Description |
---|---|
string | Base64 encoded rich text description of the object. |
Logo
Declaration
[JsonProperty(PropertyName = "logo")]
public string Logo { get; set; }
Property Value
Type | Description |
---|---|
string | Base64 encoded image to represent logo of the object. |