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