Class BulkCreateSkillEntitiesDetails
A collection of skill entities to create.
Inherited Members
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class BulkCreateSkillEntitiesDetailsProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CreateSkillEntityDetails> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<CreateSkillEntityDetails> | List of the skill entity objects to create. | 
Remarks
Required