Class EnvironmentCollection
Results of an environment search. Contains both EnvironmentSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class EnvironmentCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<EnvironmentSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<EnvironmentSummary> | List of all source environments. |
Remarks
Required