Class TenancyAttachmentCollection
Results of a TenancyAttachment search. Contains both TenancyAttachmentSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.ResourceanalyticsService.Models
Assembly: OCI.DotNetSDK.Resourceanalytics.dll
Syntax
public class TenancyAttachmentCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TenancyAttachmentSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<TenancyAttachmentSummary> | List of TenancyAttachments. | 
Remarks
Required