CreateDetailedDescriptionDetails

class oci.data_integration.models.CreateDetailedDescriptionDetails(**kwargs)

Bases: object

Properties used in detailed description create operations.

Methods

__init__(**kwargs) Initializes a new CreateDetailedDescriptionDetails object with values from keyword arguments.

Attributes

detailed_description Gets the detailed_description of this CreateDetailedDescriptionDetails.
logo Gets the logo of this CreateDetailedDescriptionDetails.
__init__(**kwargs)

Initializes a new CreateDetailedDescriptionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • logo (str) – The value to assign to the logo property of this CreateDetailedDescriptionDetails.
  • detailed_description (str) – The value to assign to the detailed_description property of this CreateDetailedDescriptionDetails.
detailed_description

Gets the detailed_description of this CreateDetailedDescriptionDetails. Base64 encoded rich text description of the object.

Returns:The detailed_description of this CreateDetailedDescriptionDetails.
Return type:str

Gets the logo of this CreateDetailedDescriptionDetails. Base64 encoded image to represent logo of the object.

Returns:The logo of this CreateDetailedDescriptionDetails.
Return type:str