Show / Hide Table of Contents

Class ImportBotDetails

Properties to import a Bot resource from Object Storage.

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

Properties

Source

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

Required

In this article
Back to top