SkillParameterCollection

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

Bases: object

A collection of Skill Parameter summaries.

Methods

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

Attributes

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

Initializes a new SkillParameterCollection 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.SkillParameterSummary]) – The value to assign to the items property of this SkillParameterCollection.
items

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

Returns:The items of this SkillParameterCollection.
Return type:list[oci.oda.models.SkillParameterSummary]