AgreementRecordCollection

class oci.wlms.models.AgreementRecordCollection(**kwargs)

Bases: object

Result of a terms of use agreement record list operation and it contains AgreementRecord items.

Methods

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

Attributes

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

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

Parameters:items (list[oci.wlms.models.AgreementRecordSummary]) – The value to assign to the items property of this AgreementRecordCollection.
items

[Required] Gets the items of this AgreementRecordCollection. List of agreement records.

Returns:The items of this AgreementRecordCollection.
Return type:list[oci.wlms.models.AgreementRecordSummary]