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