McfDataProfileInfo constructor

McfDataProfileInfo({
  1. String? accountId,
  2. String? internalWebPropertyId,
  3. String? profileId,
  4. String? profileName,
  5. String? tableId,
  6. String? webPropertyId,
})

Implementation

McfDataProfileInfo({
  this.accountId,
  this.internalWebPropertyId,
  this.profileId,
  this.profileName,
  this.tableId,
  this.webPropertyId,
});