package inputs type SettingUpdateInput struct { Description *string `json:"description"` Value *string `json:"value"` Enabled *bool `json:"enabled"` AppService *string `json:"app_service"` }