DomainMetadataResult constructor

DomainMetadataResult({
  1. int? attributeNameCount,
  2. int? attributeNamesSizeBytes,
  3. int? attributeValueCount,
  4. int? attributeValuesSizeBytes,
  5. int? itemCount,
  6. int? itemNamesSizeBytes,
  7. int? timestamp,
})

Implementation

DomainMetadataResult({
  this.attributeNameCount,
  this.attributeNamesSizeBytes,
  this.attributeValueCount,
  this.attributeValuesSizeBytes,
  this.itemCount,
  this.itemNamesSizeBytes,
  this.timestamp,
});