FunctionsRuntimeVersionCollection¶
-
class
oci.functions.models.FunctionsRuntimeVersionCollection(**kwargs)¶ Bases:
objectResults of a FunctionsRuntimeVersion search. Contains FunctionsRuntimeVersionSummary items.
Methods
__init__(**kwargs)Initializes a new FunctionsRuntimeVersionCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this FunctionsRuntimeVersionCollection. -
__init__(**kwargs)¶ Initializes a new FunctionsRuntimeVersionCollection 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.FunctionsRuntimeVersionSummary]) – The value to assign to the items property of this FunctionsRuntimeVersionCollection.
-
items¶ [Required] Gets the items of this FunctionsRuntimeVersionCollection. List of FunctionsRuntimeVersionSummary.
Returns: The items of this FunctionsRuntimeVersionCollection. Return type: list[oci.functions.models.FunctionsRuntimeVersionSummary]
-