PutMessagesDetails¶
-
class
oci.streaming.models.
PutMessagesDetails
(**kwargs)¶ Bases:
object
Object that represents an array of messages to emit to a stream.
Methods
__init__
(**kwargs)Initializes a new PutMessagesDetails object with values from keyword arguments. Attributes
messages
[Required] Gets the messages of this PutMessagesDetails. -
__init__
(**kwargs)¶ Initializes a new PutMessagesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: messages (list[oci.streaming.models.PutMessagesDetailsEntry]) – The value to assign to the messages property of this PutMessagesDetails.
-
messages
¶ [Required] Gets the messages of this PutMessagesDetails. The array of messages to put into a stream.
Returns: The messages of this PutMessagesDetails. Return type: list[oci.streaming.models.PutMessagesDetailsEntry]
-