public Generator() : base(false)
 {
     fieldGeneratorHomeAutomationDomainSettings = new HomeAutomationDomainSettingsJSON.HoldingGenerator("field \"HomeAutomationDomainSettings\" of the HomeAutomationWriteUserSettingsCommand class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationWriteUserSettingsCommand class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorHomeAutomationDomainSettings = new HomeAutomationDomainSettingsJSON.HoldingGenerator("field \"HomeAutomationDomainSettings\" of the HomeAutomationWriteUserSettingsCommand class", ignore_extras);
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the HomeAutomationWriteUserSettingsCommand class");
 }