APNSVoipSandboxChannelResponse constructor

APNSVoipSandboxChannelResponse({
  1. required String platform,
  2. String? applicationId,
  3. String? creationDate,
  4. String? defaultAuthenticationMethod,
  5. bool? enabled,
  6. bool? hasCredential,
  7. bool? hasTokenKey,
  8. String? id,
  9. bool? isArchived,
  10. String? lastModifiedBy,
  11. String? lastModifiedDate,
  12. int? version,
})

Implementation

APNSVoipSandboxChannelResponse({
  required this.platform,
  this.applicationId,
  this.creationDate,
  this.defaultAuthenticationMethod,
  this.enabled,
  this.hasCredential,
  this.hasTokenKey,
  this.id,
  this.isArchived,
  this.lastModifiedBy,
  this.lastModifiedDate,
  this.version,
});