Class OciCacheConfigSetCollection
A list of OCI Cache Config Sets that match filter criteria, if any.
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class OciCacheConfigSetCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OciCacheConfigSetSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<OciCacheConfigSetSummary> | List of OCI Cache Config Sets. | 
Remarks
Required