Properties¶
-
class
oci.multicloud.models.
Properties
(**kwargs)¶ Bases:
object
Object containing the message to send.
Methods
__init__
(**kwargs)Initializes a new Properties object with values from keyword arguments. Attributes
message
[Required] Gets the message of this Properties. -
__init__
(**kwargs)¶ Initializes a new Properties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: message (str) – The value to assign to the message property of this Properties.
-
message
¶ [Required] Gets the message of this Properties. Message to send
Returns: The message of this Properties. Return type: str
-