ResourceRecordSet constructor

ResourceRecordSet({
  1. String? kind,
  2. String? name,
  3. RRSetRoutingPolicy? routingPolicy,
  4. List<String>? rrdatas,
  5. List<String>? signatureRrdatas,
  6. int? ttl,
  7. String? type,
})

Implementation

ResourceRecordSet({
  this.kind,
  this.name,
  this.routingPolicy,
  this.rrdatas,
  this.signatureRrdatas,
  this.ttl,
  this.type,
});