UpdateZoneRecordsDetails

class oci.dns.models.UpdateZoneRecordsDetails(**kwargs)

Bases: object

UpdateZoneRecordsDetails model.

Methods

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

Attributes

items Gets the items of this UpdateZoneRecordsDetails.
__init__(**kwargs)

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

Parameters:items (list[oci.dns.models.RecordDetails]) – The value to assign to the items property of this UpdateZoneRecordsDetails.
items

Gets the items of this UpdateZoneRecordsDetails.

Returns:The items of this UpdateZoneRecordsDetails.
Return type:list[oci.dns.models.RecordDetails]