Show / Hide Table of Contents

Class OciCacheDefaultConfigSetCollection

A list of OCI Cache Default Config Sets.

Inheritance
object
OciCacheDefaultConfigSetCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class OciCacheDefaultConfigSetCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OciCacheDefaultConfigSetSummary> Items { get; set; }
Property Value
Type Description
List<OciCacheDefaultConfigSetSummary>

List of OCI Cache Default Config Sets.

Remarks

Required

In this article
Back to top