Show / Hide Table of Contents

Class ExportBotDetails

Properties to export a Bot to Object Storage.

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

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