HostedApplicationStorageCollection¶
-
class
oci.generative_ai.models.HostedApplicationStorageCollection(**kwargs)¶ Bases:
objectResults of a dedicate hosted application search. Contains HostedApplicationStorageSummary items and other information such as metadata.
Methods
__init__(**kwargs)Initializes a new HostedApplicationStorageCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this HostedApplicationStorageCollection. -
__init__(**kwargs)¶ Initializes a new HostedApplicationStorageCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.generative_ai.models.HostedApplicationStorageSummary]) – The value to assign to the items property of this HostedApplicationStorageCollection.
-
items¶ [Required] Gets the items of this HostedApplicationStorageCollection. List of hosted application storages.
Returns: The items of this HostedApplicationStorageCollection. Return type: list[oci.generative_ai.models.HostedApplicationStorageSummary]
-