BaiduChannelResponse constructor

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

Implementation

BaiduChannelResponse({
  required this.credential,
  required this.platform,
  this.applicationId,
  this.creationDate,
  this.enabled,
  this.hasCredential,
  this.id,
  this.isArchived,
  this.lastModifiedBy,
  this.lastModifiedDate,
  this.version,
});