ActionParamValuesCollection

class oci.database.models.ActionParamValuesCollection(**kwargs)

Bases: object

A list of Action Parameters. Contains ActionParamValues items.

Methods

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

Attributes

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

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

Parameters:items (list[oci.database.models.ActionParamValuesSummary]) – The value to assign to the items property of this ActionParamValuesCollection.
items

[Required] Gets the items of this ActionParamValuesCollection. List of Action Parameters and their possible values.

Returns:The items of this ActionParamValuesCollection.
Return type:list[oci.database.models.ActionParamValuesSummary]