Show / Hide Table of Contents

Class WorkRequestErrorCollection

A list of errors for a work request.

Inheritance
object
WorkRequestErrorCollection
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 WorkRequestErrorCollection

Properties

Items

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

A collection of work request errors.

Remarks

Required

In this article
Back to top