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