ShapeCollection

class oci.rover.models.ShapeCollection(**kwargs)

Bases: object

Results of a listShape search. Contains both Shape items and other data.

Methods

__init__(**kwargs) Initializes a new ShapeCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this ShapeCollection.
__init__(**kwargs)

Initializes a new ShapeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.rover.models.ShapeSummary]) – The value to assign to the items property of this ShapeCollection.
items

[Required] Gets the items of this ShapeCollection. List of shapeSummary objects.

Returns:The items of this ShapeCollection.
Return type:list[oci.rover.models.ShapeSummary]