CreateSkillEntityDetails

class oci.oda.models.CreateSkillEntityDetails(**kwargs)

Bases: object

Properties that are required to create a skill entity.

Attributes

TYPE_COMPOSITE A constant which can be used with the type property of a CreateSkillEntityDetails.
TYPE_ENUM_VALUES A constant which can be used with the type property of a CreateSkillEntityDetails.
name [Required] Gets the name of this CreateSkillEntityDetails.
type [Required] Gets the type of this CreateSkillEntityDetails.

Methods

__init__(**kwargs) Initializes a new CreateSkillEntityDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_COMPOSITE = 'COMPOSITE'

A constant which can be used with the type property of a CreateSkillEntityDetails. This constant has a value of “COMPOSITE”

TYPE_ENUM_VALUES = 'ENUM_VALUES'

A constant which can be used with the type property of a CreateSkillEntityDetails. This constant has a value of “ENUM_VALUES”

__init__(**kwargs)

Initializes a new CreateSkillEntityDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this CreateSkillEntityDetails.
  • type (str) – The value to assign to the type property of this CreateSkillEntityDetails. Allowed values for this property are: “COMPOSITE”, “ENUM_VALUES”
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

name

[Required] Gets the name of this CreateSkillEntityDetails. The entity name. This must be unique within the parent resource.

Returns:The name of this CreateSkillEntityDetails.
Return type:str
type

[Required] Gets the type of this CreateSkillEntityDetails. Type of skill entity.

Allowed values for this property are: “COMPOSITE”, “ENUM_VALUES”

Returns:The type of this CreateSkillEntityDetails.
Return type:str