Show / Hide Table of Contents

Class ExtractDetailsCollection

Results of GenerateExtractDetails for a pod.

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

Properties

Items

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

A page of ExtractDetailsSummary objects.

Remarks

Required

In this article
Back to top