ListObjects¶
- 
class 
oci.opsi.models.ListObjects(**kwargs)¶ Bases:
objectList of the objects.
Methods
__init__(**kwargs)Initializes a new ListObjects object with values from keyword arguments. Attributes
next_start_withGets the next_start_with of this ListObjects. objects[Required] Gets the objects of this ListObjects. prefixesGets the prefixes of this ListObjects. - 
__init__(**kwargs)¶ Initializes a new ListObjects object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - prefixes (list[str]) – The value to assign to the prefixes property of this ListObjects.
 - next_start_with (str) – The value to assign to the next_start_with property of this ListObjects.
 - objects (list[oci.opsi.models.ObjectSummary]) – The value to assign to the objects property of this ListObjects.
 
- 
next_start_with¶ Gets the next_start_with of this ListObjects. Object names returned by a list query must be greater or equal to this parameter.
Returns: The next_start_with of this ListObjects. Return type: str 
- 
objects¶ [Required] Gets the objects of this ListObjects. List of the object summary data.
Returns: The objects of this ListObjects. Return type: list[oci.opsi.models.ObjectSummary] 
- 
prefixes¶ Gets the prefixes of this ListObjects. Array comprising of all the prefixes.
Returns: The prefixes of this ListObjects. Return type: list[str] 
-