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