Deployment constructor

Deployment({
  1. String? appVersion,
  2. ChannelProfile? channelProfile,
  3. String? createTime,
  4. String? displayName,
  5. String? etag,
  6. ExperimentConfig? experimentConfig,
  7. InstagramCredentials? instagramCredentials,
  8. String? modality,
  9. ModelSettings? modelSettings,
  10. String? name,
  11. String? updateTime,
  12. WhatsAppCredentials? whatsappCredentials,
})

Implementation

Deployment({
  this.appVersion,
  this.channelProfile,
  this.createTime,
  this.displayName,
  this.etag,
  this.experimentConfig,
  this.instagramCredentials,
  this.modality,
  this.modelSettings,
  this.name,
  this.updateTime,
  this.whatsappCredentials,
});