Class AssociationCollection
The results of an association search.
Inherited Members
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class AssociationCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AssociationSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<AssociationSummary> | A list of association summary objects. |
Remarks
Required