Class TargetDatabaseGroupCollection
The results of a target database group search. Contains target database group summary details.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class TargetDatabaseGroupCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TargetDatabaseGroupSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<TargetDatabaseGroupSummary> | An array of target database group summary items. |
Remarks
Required