Show / Hide Table of Contents

Class WorkRequestLogEntryCollection

Results of the work request log search. Contains both work request log items and other information, such as metadata.

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

Properties

Items

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

List of work request log entries.

Remarks

Required

In this article
Back to top