Show / Hide Table of Contents

Class WorkRequestErrorCollection

Results of ListWorkRequestErrors

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.NosqlService.Models
Assembly: OCI.DotNetSDK.Nosql.dll
Syntax
public class WorkRequestErrorCollection

Properties

Items

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

A page of WorkRequestError objects.

In this article
Back to top