AssetSourceCollection

class oci.cloud_migrations.models.AssetSourceCollection(**kwargs)

Bases: object

Results of an asset source search. Contains asset source items.

Methods

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

Attributes

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

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

[Required] Gets the items of this AssetSourceCollection. List of asset sources.

Returns:The items of this AssetSourceCollection.
Return type:list[oci.cloud_migrations.models.AssetSourceSummary]