FunctionsRuntimeCollection

class oci.functions.models.FunctionsRuntimeCollection(**kwargs)

Bases: object

Results of a FunctionsRuntime search. Contains FunctionsRuntimeSummary items.

Methods

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

Attributes

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

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

Parameters:items (list[oci.functions.models.FunctionsRuntimeSummary]) – The value to assign to the items property of this FunctionsRuntimeCollection.
items

[Required] Gets the items of this FunctionsRuntimeCollection. List of FunctionsRuntimeSummary.

Returns:The items of this FunctionsRuntimeCollection.
Return type:list[oci.functions.models.FunctionsRuntimeSummary]