UserProfileUserSettingsCodeEditorAppSettingsCustomImage constructor

const UserProfileUserSettingsCodeEditorAppSettingsCustomImage({
  1. required Input<String> appImageConfigName,
  2. required Input<String> imageName,
  3. Input<int?>? imageVersionNumber,
})

Creates a new UserProfileUserSettingsCodeEditorAppSettingsCustomImage. appImageConfigName The name of the App Image Config. imageName The name of the Custom Image. imageVersionNumber The version number of the Custom Image.

Implementation

const UserProfileUserSettingsCodeEditorAppSettingsCustomImage({
  required this.appImageConfigName,
  required this.imageName,
  this.imageVersionNumber,
});