AssetCollection¶
- 
class 
oci.cloud_bridge.models.AssetCollection(**kwargs)¶ Bases:
objectResults of a set of asset summary.
Methods
__init__(**kwargs)Initializes a new AssetCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this AssetCollection. - 
__init__(**kwargs)¶ Initializes a new AssetCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.cloud_bridge.models.AssetSummary]) – The value to assign to the items property of this AssetCollection. 
- 
items¶ [Required] Gets the items of this AssetCollection. List of assets.
Returns: The items of this AssetCollection. Return type: list[oci.cloud_bridge.models.AssetSummary] 
-