Class ExtractDetailsCollection
Results of GenerateExtractDetails for a pod.
Inherited Members
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