Show / Hide Table of Contents

Class ExportDigitalAssistantDetails

Properties that specify where in Object Storage to export the Digital Assistant to.

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

Properties

Target

Declaration
[Required(ErrorMessage = "Target is required.")]
[JsonProperty(PropertyName = "target")]
public StorageLocation Target { get; set; }
Property Value
Type Description
StorageLocation
Remarks

Required

In this article
Back to top