PatchZoneRecordsDetails¶
-
class
oci.dns.models.
PatchZoneRecordsDetails
(**kwargs)¶ Bases:
object
PatchZoneRecordsDetails model.
Methods
__init__
(**kwargs)Initializes a new PatchZoneRecordsDetails object with values from keyword arguments. Attributes
items
Gets the items of this PatchZoneRecordsDetails. -
__init__
(**kwargs)¶ Initializes a new PatchZoneRecordsDetails 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.RecordOperation]) – The value to assign to the items property of this PatchZoneRecordsDetails.
-
items
¶ Gets the items of this PatchZoneRecordsDetails.
Returns: The items of this PatchZoneRecordsDetails. Return type: list[oci.dns.models.RecordOperation]
-