ApiMetadataCollection

class oci.apiaccesscontrol.models.ApiMetadataCollection(**kwargs)

Bases: object

Results of a api search.

Methods

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

Attributes

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

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

Parameters:items (list[oci.apiaccesscontrol.models.ApiMetadataSummary]) – The value to assign to the items property of this ApiMetadataCollection.
items

[Required] Gets the items of this ApiMetadataCollection. List of apiMetadataSummary.

Returns:The items of this ApiMetadataCollection.
Return type:list[oci.apiaccesscontrol.models.ApiMetadataSummary]