Deployment constructor
Deployment({
- String? appVersion,
- ChannelProfile? channelProfile,
- String? createTime,
- String? displayName,
- String? etag,
- ExperimentConfig? experimentConfig,
- InstagramCredentials? instagramCredentials,
- String? modality,
- ModelSettings? modelSettings,
- String? name,
- String? updateTime,
- 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,
});