UpdateRRSetDetails

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

Bases: object

UpdateRRSetDetails model.

Methods

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

Attributes

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

Initializes a new UpdateRRSetDetails 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 UpdateRRSetDetails.
items

Gets the items of this UpdateRRSetDetails.

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