Class AssetSourceCollection
Results of an asset source search. Contains asset source items.
Inherited Members
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class AssetSourceCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AssetSourceSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<AssetSourceSummary> | List of asset sources. | 
Remarks
Required