RoverEntitlementCollection

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

Bases: object

Results of a roverEntitlement search. Contains RoverEntitlementSummary.

Methods

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

Attributes

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

Initializes a new RoverEntitlementCollection 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.RoverEntitlementSummary]) – The value to assign to the items property of this RoverEntitlementCollection.
items

[Required] Gets the items of this RoverEntitlementCollection. List of RoverEntitlementSummary.

Returns:The items of this RoverEntitlementCollection.
Return type:list[oci.rover.models.RoverEntitlementSummary]