KnowledgeBaseCollection¶
-
class
oci.adm.models.
KnowledgeBaseCollection
(**kwargs)¶ Bases:
object
Collection of knowledge base summaries.
Methods
__init__
(**kwargs)Initializes a new KnowledgeBaseCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this KnowledgeBaseCollection. -
__init__
(**kwargs)¶ Initializes a new KnowledgeBaseCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.adm.models.KnowledgeBaseSummary]) – The value to assign to the items property of this KnowledgeBaseCollection.
-
items
¶ [Required] Gets the items of this KnowledgeBaseCollection. List of knowledge base summaries.
Returns: The items of this KnowledgeBaseCollection. Return type: list[oci.adm.models.KnowledgeBaseSummary]
-