Show / Hide Table of Contents

Class CreateDetailedDescriptionDetails

Properties used in detailed description create operations.

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

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.

In this article
Back to top