Show / Hide Table of Contents

Class ExportSkillDetails

Properties that specify where in Object Storage to export the Skill to.

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

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