UpdateDetailedDescriptionDetails¶
-
class
oci.data_integration.models.
UpdateDetailedDescriptionDetails
(**kwargs)¶ Bases:
object
Properties used in detailed description update operations.
Methods
__init__
(**kwargs)Initializes a new UpdateDetailedDescriptionDetails object with values from keyword arguments. Attributes
detailed_description
Gets the detailed_description of this UpdateDetailedDescriptionDetails. logo
Gets the logo of this UpdateDetailedDescriptionDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateDetailedDescriptionDetails 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 UpdateDetailedDescriptionDetails.
- detailed_description (str) – The value to assign to the detailed_description property of this UpdateDetailedDescriptionDetails.
-
detailed_description
¶ Gets the detailed_description of this UpdateDetailedDescriptionDetails. Base64 encoded rich text description of the object.
Returns: The detailed_description of this UpdateDetailedDescriptionDetails. Return type: str
-
logo
¶ Gets the logo of this UpdateDetailedDescriptionDetails. Base64 encoded image to represent logo of the object.
Returns: The logo of this UpdateDetailedDescriptionDetails. Return type: str
-