ChannelCollection¶
-
class
oci.queue.models.
ChannelCollection
(**kwargs)¶ Bases:
object
List of IDs of non-empty channels.
Methods
__init__
(**kwargs)Initializes a new ChannelCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ChannelCollection. -
__init__
(**kwargs)¶ Initializes a new ChannelCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[str]) – The value to assign to the items property of this ChannelCollection.
-
items
¶ [Required] Gets the items of this ChannelCollection. The approximate list of IDs of non-empty channels.
Returns: The items of this ChannelCollection. Return type: list[str]
-