SkillCollection

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

Bases: object

A collection of Skill summaries.

Methods

__init__(**kwargs) Initializes a new SkillCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this SkillCollection.
__init__(**kwargs)

Initializes a new SkillCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.oda.models.SkillSummary]) – The value to assign to the items property of this SkillCollection.
items

[Required] Gets the items of this SkillCollection. The Skill summaries.

Returns:The items of this SkillCollection.
Return type:list[oci.oda.models.SkillSummary]