SupportedCommitmentSummaryCollection¶
-
class
oci.ocvp.models.
SupportedCommitmentSummaryCollection
(**kwargs)¶ Bases:
object
A specific Commitment.
Methods
__init__
(**kwargs)Initializes a new SupportedCommitmentSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SupportedCommitmentSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new SupportedCommitmentSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.ocvp.models.SupportedCommitmentSummary]) – The value to assign to the items property of this SupportedCommitmentSummaryCollection.
-
items
¶ [Required] Gets the items of this SupportedCommitmentSummaryCollection. A list of the supported Commitments.
Returns: The items of this SupportedCommitmentSummaryCollection. Return type: list[oci.ocvp.models.SupportedCommitmentSummary]
-