Show / Hide Table of Contents

Class ExtractDetailsSummary

Details about where the data can be extracted from and password.

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

Properties

ParUrl

Declaration
[Required(ErrorMessage = "ParUrl is required.")]
[JsonProperty(PropertyName = "parUrl")]
public string ParUrl { get; set; }
Property Value
Type Description
string

The parUrl to extract data extract from Object Storage bucket.

Remarks

Required

Password

Declaration
[Required(ErrorMessage = "Password is required.")]
[JsonProperty(PropertyName = "password")]
public string Password { get; set; }
Property Value
Type Description
string

The password to decrypt data extract.

Remarks

Required

TimeCreated

Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

The time when the data extract was requested. An RFC3339 formatted datetime string

Remarks

Required

In this article
Back to top