Class ReferentialRelationCollection
A collection of referential relation summary objects.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class ReferentialRelationCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ReferentialRelationSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ReferentialRelationSummary> | An array of referential relation summary objects. |
Remarks
Required