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