DrsFileCollection

class oci.jms.models.DrsFileCollection(**kwargs)

Bases: object

List of DRS details.

Methods

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

Attributes

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

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

Parameters:items (list[oci.jms.models.DrsFileSummary]) – The value to assign to the items property of this DrsFileCollection.
items

[Required] Gets the items of this DrsFileCollection. A list of DRS details.

Returns:The items of this DrsFileCollection.
Return type:list[oci.jms.models.DrsFileSummary]